Minify on build, but not during development

This commit is contained in:
Ludwig Schubert
2017-08-24 10:31:18 -07:00
parent 9d180de631
commit daf07f1f39
3 changed files with 41 additions and 39 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"url": "https://github.com/distillpub/distill-template/issues"
},
"scripts": {
"start": "rollup -c rollup.config.js -w",
"start": "rollup -c rollup.config.dev.js -w",
"serve": "python3 -m http.server --bind 127.0.0.1",
"test": "mocha",
"lint": "eslint",