tonycoco / heroku-buildpack-ember-cli

A Heroku Buildpack for Ember CLI Applications
MIT License
321 stars 121 forks source link

Enable debug #101

Closed GabKlein closed 8 years ago

GabKlein commented 8 years ago

@tonycoco In this PR I enabled the use of the environment variable BUILD_DEBUG:

This will allow user to switch into a debug mode to help with bug report.

I also refactored some code... Please, let me know how that looks.

tonycoco commented 8 years ago

Yeah, this is helpful for debugging!