plugin-scss
plugin-scss copied to clipboard
A SystemJS plugin which will convert sass and return it inline to allow use for any purpose
I'm using Angular 2 and wanted to use the synchronous import to css to inject stylesheets into my components. My app won't run and I get a 404 looking for...
I'm trying to bundle several sass (indented syntax) files. But the output gives me no clue about what's wrong. `[plugin-scss] Stacklite :: github:KevCJones/plugin-scss/sass-inject-build.js -> npm:sass.js [plugin-scss] undefined` The lines in...
I'm trying to integrate this with our build system which uses SystemJS to output sfx builds. It's a collection of gulp tasks distributed via NPM. As such I'm forced to...
Compiler is run even when there have been no changes to the scss. In large applications this is a severe performance hit. https://github.com/systemjs/builder/issues/593
Need to verify that the behaviour will work as expected when running with JSPM 0.17....