I have recently added a project to Heroku. However, none of the .css files or .js files seem to be working.
I am using Twitter's Bootstrap .css and .js files. I have added the files to their respective directories in vendor/assets.
Based on other questions I have seen asked here I upgraded from Bamboo to Cedar on Heroku. I also tried rake assets:precompile RAILS_ENV=production, changing config.assets.enabled = true to config.assets.enabled = false in application.rb, config.assets.compile = false config.assets.compile = true in production.rb, and about as many combinations of the above things as I could think of.
Everything is working fine locally.
(Adding a link to the github in an attempt to provide more information.) https://github.com/moctopus/sixtydays