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

rewriteURL not working

Open jarrodmedrano opened this issue 9 years ago • 0 comments

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"

jarrodmedrano avatar Mar 21 '17 18:03 jarrodmedrano