plugin-sass
plugin-sass copied to clipboard
Use node-sass when bundling for better performance instead of sass.js?
node-sass (with native libsass bindings) could be used instead of sass.js to improve performance when bundling, which happens in NodeJS anyway.
There seem to be issues with doing so from a package installed from and running via JSPM, possibly because the package.json file somehow gets stripped by JSPM at install, and the binaries aren't being compiled. Possibly a JSPM bug.
See https://github.com/jspm/jspm-cli/issues/367 which is a blocker for this.
+1, Currently I use npm to install it.
I use JSPM for front-end stuff and npm for the gulp/node stuff.