I deployed my app to Heroku but only the assets\\images are loading. The CSS files (especially the one that contains 90% of the CSS, custom.css) are not being loaded. I precompi
Please make this changes config.serve_static_assets = true in your production.rb
config.serve_static_assets = true
Please let me know what happen.hope it will work..
Thanks