You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
I'm the lead maintainer of Hugo. We integrate with both LibSASS (now deprecated) and Dart SASS via the embedded protocol. This all works great, but the latter requires a binary to be present in the PATH. I have looked, and I think even the Node library requires an extra download step by the end user.
Anyway, I don't know of any simple AND safe way to provide this from the Hugo executable and for me this looks like a peer dependency simliar to Go, Node, Ruby and other. It would be great if Netlify could install this as part of the default build setup (the binary is very small) and allow end users to select a version, e.g. via DARTSASS_VERSION.
evyperez, brycewray, frjo, jmooring, bep and 2 more