plugin-sass
plugin-sass copied to clipboard
SystemJS SASS loader plugin
Hi, I tried to use `plugin-sass` but always got an error like ``` system.src.js:5036 GET http://localhost:3000/dist/app/admin/test.scss.js 404 (Not Found) ``` Could someone give me a hint? Here is what I...
Not sure why copyAssets and rewriteUrl don't seem to do anything. in config.js sassPluginOptions: { "copyAssets": true, "rewriteUrl": true }, Here's my build script. "build-prod": "jspm bundle-sfx js/app build/build.js --inject...
I've followed the steps described [in this comment](https://github.com/mobilexag/plugin-sass/issues/70#issuecomment-244663684), and while it indeed works, it makes the browser download a whole bunch of files. Chrome devtools shows that the simple blue-background...
Hi, thank for a great plugin. I get the following problem that I hope you can help me with. I want to use [bourbon](http://bourbon.io/) with my project. When I import...
Hi, do you have plan for modular sass? Like supporting local scope?
Hi! Before all, great plugin! Is in your planning, or exists a way, to create sourcemaps for the generated CSS? I'm migrating a system into JSPM and extending the scss...
Here's a commit to fix client side injector options (similar to fix that is already done to the builder): https://github.com/jussiry/plugin-sass/commit/13d5903a91d5ddb3442c7b746d619bf86f2d1cd1
I'm attempting to use a watched bundle `jspm bundle -wd` and hot reloading as described http://jspm.io/0.17-beta-guide/development-bundling.html and http://jspm.io/0.17-beta-guide/hot-reloading.html. Hot reloading seems to be working just fine, but if I hard...