Use --optimize flag in build

master
Gary Burgess 2016-01-20 11:59:16 +00:00
parent d3630e7a77
commit 7af4c7091c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"postinstall": "pulp dep install", "postinstall": "pulp dep install",
"build": "pulp browserify --to dist/app.js" "build": "pulp browserify --optimise --to dist/app.js"
}, },
"dependencies": { "dependencies": {
"virtual-dom": "^2.1.1" "virtual-dom": "^2.1.1"