plugin-sass icon indicating copy to clipboard operation
plugin-sass copied to clipboard

Use node-sass when bundling for better performance instead of sass.js?

Open theefer opened this issue 10 years ago • 2 comments

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.

theefer avatar Jul 04 '15 15:07 theefer

See https://github.com/jspm/jspm-cli/issues/367 which is a blocker for this.

theefer avatar Jul 05 '15 11:07 theefer

+1, Currently I use npm to install it.

I use JSPM for front-end stuff and npm for the gulp/node stuff.

ghost avatar Aug 22 '15 00:08 ghost