oortcloud / heroku-buildpack-meteorite

MIT License
189 stars 97 forks source link

--debug option on deploy to heroku #29

Open flaborda opened 10 years ago

flaborda commented 10 years ago

Is it possible to make heroku deploy an app such as meteor deploy does with --debug option?

areed commented 10 years ago

Good question. I think you'll have to fork the buildpack and modify line 208 to see if the debug option works with the bundle command.