I\'m wondering if there is a way to force Heroku to recompile the slug without pushing new commits and/or updating the config variables.
Why would I want to do this?
The simplest workaround for now is to push an empty commit.
git commit --allow-empty -m "empty commit" git push heroku master