V3? Moved to browserify loading

This commit is contained in:
Martin Donnelly 2017-10-03 17:53:19 +01:00
parent 6af9acc09c
commit 41090f9a44

View File

@ -94,7 +94,7 @@
"scripts": {
"start": "node web-server.js",
"copy": "sudo cp -r ./. /var/www/silvrtree",
"build": "browserify -g uglifyify app/appV2.js -o app/bundle.js"
"postinstall": "browserify -g uglifyify app/appV2.js -o app/bundle.js"
},
"jest": {
"verbose": true