Created
December 4, 2020 09:35
-
-
Save Dragod/cd87c6f5d51a085f96a076bd7b683e08 to your computer and use it in GitHub Desktop.
package.json settings for npm build
This file contains hidden or 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
"sass": "node-sass sass/app.scss --source-map-root --source-map-embed true", | |
"css:core": "npm run sass -s | exorcist css/app.css.map > css/app.css && npx postcss css/app.css -r", | |
"css:skin": "node build-skin" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment