I recently added a project to Heroku. However, none of the .css or .js files work.
I use Twitter Bootstrap.css and .js files. I have added files to the appropriate directories in suppliers / assets.
Based on other issues that I saw 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 might have thought.
Everything works fine locally.
(Adding a link to github in an attempt to provide more information.) Https://github.com/moctopus/sixtydays
source share