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
How about making a change to application.css(.scss) (like adding new empty line) and committing that? It seems that Heroku is checking for the diff files and precompiles assets accordingly. I just happened to know it accidentally, so you can try if it helps.