I push updates to Heroku
git push Heruko master
then go and run my app from the Heroku page and the changes are not showing in the running app.
If I run bash and look at the files on Heroku, the changes are in the files. It shows "Everything is up-to-date" message and no code reflects.
I've tried restarting the app and the changes are still not reflected in the running app.