dart-sass icon indicating copy to clipboard operation
dart-sass copied to clipboard

Distribute on apt

Open traed opened this issue 7 years ago • 3 comments

How come dart sass is available on both brew and choco, but not apt? If there is no plans to put it up there, I think the instructions for installing sass on a linux command line could be made a bit more specific.

traed avatar Oct 08 '18 10:10 traed

Apt represents a much much smaller segment of our user base than Homebrew and Chocolatey. It only targets a subset of Linux users, and Linux is already the least-represented operating system among our users. That said, if you (or someone else) wants to add support, I'm not opposed.

nex3 avatar Oct 10 '18 23:10 nex3

I was thinking of using native dart on CI because CI build seconds (eventually or right from the start) do cost money. Remix framework is reviving the old-school ways of writing primal CSS; (some) people are stepping back from css-in-js and Tailwind. It would be very handy if Sass website installation instructions had some solution of how to get dart sass on terminal-only Linux.

@traed Were you thinking to use a CI or a real desktop Linux like Ubuntu? I'm trying to scope the user requirements =)

revelt avatar Jan 11 '22 08:01 revelt

At the time of writing I was thinking of CI. However, we have transitioned into using sass via node since it integrates with the rest of the frontend build tools we're using nowadays.

traed avatar Jan 11 '22 09:01 traed