Update build process with new jsx paths
This commit is contained in:
parent
874c3c162c
commit
699a7c3cd2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node ./bin/www",
|
"start": "node ./bin/www",
|
||||||
"test": "./node_modules/mocha/bin/mocha test/**/*.js --timeout=10000",
|
"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"
|
"clean": "rm -f ./public/javascript/bundle.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue