I\'m building an application which I\'m also testing in Heroku. I ran into some problem today and had to rollback one commit in my local git repo, but Heroku now won\'t reco
I once had a similar problem and solved it by changing one char in my code and running git add/commit/push again. I imagine you've already tried that though.
Don't break the app, just add a comment to a CSS file or something and see if that does the trick