plugin-sass
plugin-sass copied to clipboard
rewriteURL not working
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 --minify --skip-source-maps && npm run fonts && npm run postbuild"