Only use the minified version of the CSS, delete the raw one (#1835)

This commit is contained in:
Peter Hedenskog 2017-11-28 20:31:27 +01:00 committed by GitHub
parent 0b7e21a9b5
commit e82464d228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3916 deletions

File diff suppressed because one or more lines are too long

View File

@ -44,7 +44,7 @@
"test": "mocha",
"check-licenses": "tools/check-licenses.js",
"travis": "npm run eslint-check && npm run lint && npm run test",
"build:css": "node-sass lib/plugins/html/src/sass/main.scss > lib/plugins/html/assets/css/index.css && cleancss -o lib/plugins/html/assets/css/index.min.css lib/plugins/html/assets/css/index.css"
"build:css": "node-sass lib/plugins/html/src/sass/main.scss > lib/plugins/html/assets/css/index.css && cleancss -o lib/plugins/html/assets/css/index.min.css lib/plugins/html/assets/css/index.css && rm lib/plugins/html/assets/css/index.css"
},
"engines": {
"node": ">=8.9.0"