Skip to content

Commit

Permalink
Fix double include of sanitize.css in minified output
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpaulsson committed Apr 19, 2017
1 parent a48d276 commit f437471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/css/no-class.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"sass": "node-sass src/scss/no-class.scss | node add-banner.js > docs/css/no-class.css",
"autoprefixer": "postcss --no-map -u autoprefixer -r docs/css/*",
"clean:css": "cleancss --format beautify -o docs/css/no-class.css node_modules/sanitize.css/sanitize.css docs/css/no-class.css",
"minify:css": "cleancss -o docs/css/no-class.min.css node_modules/sanitize.css/sanitize.css docs/css/no-class.css",
"minify:css": "cleancss -o docs/css/no-class.min.css docs/css/no-class.css",
"serve": "browser-sync start --server 'docs' --files 'docs/css/*.css' 'docs/index.html'",
"watch": "onchange 'src/scss/**/*.scss' -- npm run build",
"build": "npm run sass && npm run autoprefixer && npm run clean:css && npm run minify:css"
Expand Down

0 comments on commit f437471

Please sign in to comment.