Sass support for web services
m
m.render
The build environment for static sites includes a
sass
executable, which works perfectly. My web service requires sass as part of the build step, and is currently failing with sass: command not found
. It would be great if sass were included so that I don't have to resort to Docker for this single dependency that is available and works perfectly in the static sites environment.Log In