pinax / pinax-starter-projects

Pinax Starter Projects
MIT License
81 stars 39 forks source link

remove uglifyjs in build:js #52

Closed brosner closed 6 years ago

brosner commented 6 years ago

This must be a hold over from previous versions of package.json. uglifyjs is not needed in build:js as it is already called in the optimize scripts.

This also fixes a bug when browserify fails the script will now exit correctly and not succeed. That left me with a bad deploy to production. Oops.