mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
perf(css): always emit compressed css
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
||||
"clean": "node scripts/clean.js",
|
||||
"css.clean": "cleancss -O2 -o ./css/ionic.min.css ./css/ionic.css",
|
||||
"css.sass": "node-sass --output ./css src/css",
|
||||
"css.sass": "node-sass --output ./css src/css --output-style compressed",
|
||||
"dev": "npm run build.css && stencil build --dev --watch --serve",
|
||||
"e2e": "node ./scripts/e2e",
|
||||
"e2e-debug": "node --inspect --debug-brk ./scripts/e2e",
|
||||
|
||||
Reference in New Issue
Block a user