Skip to content

Commit

Permalink
perf(css): always emit compressed css
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jul 29, 2018
1 parent 0cdb500 commit 143f0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 143f0f0

Please sign in to comment.