Skip to content

Commit

Permalink
local browserify transform
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotz committed Jul 1, 2017
1 parent 2a01973 commit f957b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"scripts": {
"bundle": "npm run bundle-css && npm run bundle-js",
"bundle-js": "NODE_ENV=production browserify -e src/app.js -g babelify -g envify -g unassertify -g uglifyify | uglifyjs --screw-ie8 -m -c | sed 's/@@@@@/'$(head api_key)'/' > app.js",
"bundle-js": "NODE_ENV=production browserify -e src/app.js -t babelify -g envify -g unassertify -g uglifyify | uglifyjs --screw-ie8 -m -c | sed 's/@@@@@/'$(head api_key)'/' > app.js",
"bundle-css": "stylus -c -u nib style/main.styl -o app.css",
"dev": "parallelshell 'npm run watch' 'npm run watch-style'",
"watch": "budo src/app.js --live --host localhost -- -t babelify",
Expand Down

0 comments on commit f957b03

Please sign in to comment.