sass / dart-sass-embedded

A wrapper for Dart Sass that implements the compiler side of the Embedded Sass protocol
MIT License
66 stars 8 forks source link

Homebrew tap for Dart SASS Emedded #119

Closed merchako closed 1 year ago

merchako commented 1 year ago

Dart SASS Embedded is an important component of a Hugo stack, and it's a mess at the moment figuring out how to assemble it all. Might you consider writing a Homebrew tap to make the installation and configuration process easier on macOS?

Examples of confusion:

nex3 commented 1 year ago

Our intention is to make it easy to distribute the embedded Dart Sass executables along with executables for the embedded host (in this case, Hugo). But I'm not opposed to setting up a tap for this in https://github.com/sass/homebrew-sass using cli_pkg if someone wants to send a PR.