Skip to content

Instantly share code, notes, and snippets.

@Dragod
Created December 4, 2020 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dragod/cd87c6f5d51a085f96a076bd7b683e08 to your computer and use it in GitHub Desktop.
Save Dragod/cd87c6f5d51a085f96a076bd7b683e08 to your computer and use it in GitHub Desktop.
package.json settings for npm build
"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