When troubleshooting Heroku deployments (slug compilation etc), it is necessary to add new git commits in order to force Heroku to re-compile your application slug.
Rather than making trivial changes all the time, you can add empty commits.
git commit --allow-empty -m "Force slug recompilation"