Update build process with new jsx paths

This commit is contained in:
Jonathan Cremin 2014-12-23 00:44:37 +00:00
parent 874c3c162c
commit 699a7c3cd2

View file

@ -5,7 +5,7 @@
"scripts": {
"start": "node ./bin/www",
"test": "./node_modules/mocha/bin/mocha test/**/*.js --timeout=10000",
"build": "NODE_ENV=production browserify ./client | uglifyjs -cm 2>/dev/null > ./public/javascript/bundle.js",
"build": "NODE_ENV=production browserify ./views/app.jsx | uglifyjs -cm 2>/dev/null > ./public/javascript/bundle.js",
"clean": "rm -f ./public/javascript/bundle.js"
},
"engines": {