Today I was working with an application I\'ve had running on Heroku for a few months now and in an attempt to get something working I ran in my development environment:
Found the solution in the GitHub thread:
increment the config.assets.version variable in ${project-root}/config/application.rb
Assets were refreshed after I'd added config.assets.version = '1.1' at the end of my config file.