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.

  1. is there viable workaround installing , using node-sass in production environments without github access , python interpreter?
  2. are there other scss - compilers can used via webpack or gulp don't need github access and/or installed python interpreter?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -