Libsass seems to be one of the most popular compilers for SCSS and http://sass-lang.com/libsass lists a wide variety of libsass wrappers for many common programming languages. For a node-app, node-sass and the corresponding loaders for webpack or gulp seem to be the most obvious choice. Installing and using node-sass however requires both github access and a python 2.7 interpreter and for reasons I don't want to discuss here, I have neither in my production environment.
- Is there a viable workaround for installing and using node-sass in production environments without github access and python interpreter?
- Are there other SCSS - compilers which can be used via webpack or gulp that don't need Github access and/or an installed python interpreter?