Skip to content

Commit

Permalink
Combine CSS scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sesemaya committed Nov 16, 2017
1 parent d435d49 commit e6597a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
},
"sass": "assets/sass/material.scss",
"scripts": {
"css": "npm-run-all --parallel css-lint* css-compile* --sequential css-prefix* css-minify*",
"css-auto": "npm-run-all --parallel css-lint css-compile --sequential css-prefix css-minify",
"css-auto-docs": "npm-run-all --parallel css-lint-docs css-compile-docs --sequential css-prefix-docs css-minify-docs",
"css-compile": "node-sass --output-style expanded --precision 6 --source-map true --source-map-contents true assets/scss/material.scss css/material.css",
"css-compile-docs": "node-sass --output-style expanded --precision 6 --source-map true --source-map-contents true assets/scss-project/project.scss css/project.css",
"css-lint": "stylelint --config build/.stylelintrc --syntax scss \"assets/scss/**/*.scss\"",
Expand Down

0 comments on commit e6597a7

Please sign in to comment.