node.js - SCSS-compiler alternatives to LibSass for a node app -
libsass seems 1 of popular compilers scss , http://sass-lang.com/libsass lists wide variety of libsass wrappers many common programming languages. node-app, node-sass , corresponding loaders webpack or gulp seem obvious choice. installing , using node-sass requires both github access , python 2.7 interpreter , reasons don't want discuss here, have neither in production environment.
- is there viable workaround installing , using node-sass in production environments without github access , python interpreter?
- are there other scss - compilers can used via webpack or gulp don't need github access and/or installed python interpreter?
Comments
Post a Comment