-
Notifications
You must be signed in to change notification settings - Fork 2k
Conversation
Have you some problem with |
It wasn't with the forever module. It was more with grunt not even recognising the gruntfile.js (because of a case mismatch), then grunt not running the task because Heroku was looking for the heroku:production grunt task. |
Yep, I understand you. I made some changes in the procfile and now is running ok. |
Is mongoHQ always required?? |
Followed this guide, worked. But there is a problem. when NODE_ENV set to 'product'. the So I changed the config in loadConfig to
|
@Rykka @nickdandakis is there still a problem deploying to Heroku if you do a fresh git clone and deploy? |
@nickdandakis sounds good to deploy to heroku although this PR doesn't seem to add anything new in automating this process except that it just adds some grunt task to build the project. If you still think it's relevant please let's open a new PR against 0.4.0 branch. |
Had a hard time deploying to Heroku for relatively stupid reasons. Thought it would be nice if some minor changes could be done to make it deployable out of the box.
(First pull request ever! 👍 )