Created
March 11, 2016 10:11
-
-
Save asciidisco/5c0020f25d7d9dccc5c5 to your computer and use it in GitHub Desktop.
npm sass, autoprefixer, minifier, sourcemaps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"scripts" { | |
"styles:dev": "node-sass --source-map-embed --follow --output-style expanded src/styles/main.scss | postcss -u autoprefixer -u cssnano -o public/main.css --map file" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
source maps are relative to project directory, how to make it relative to .css/.css.map directory?