alarner / perk

A well documented set of tools for building node web applications.
http://perkframework.com
MIT License
181 stars 31 forks source link

Fix errors in heroku postbuild script #37

Closed alarner closed 8 years ago

alarner commented 8 years ago

The old script was sometimes exiting before the js was bundled. I've added some logic to make sure all pieces of the postbuild complete before the script exits.