compiled assets not found
seekr opened this issue · 3 comments
seekr commented
Hi all, I'm having trouble with assets compilation.
I followed the Readme.md for heroku deployment and it seems that the javascript/css/img assets are not being compile in production: http://gl-sh.herokuapp.com/.
Best
(edit: clarifying the assets were not being compiled)
amxn commented
Have you added the pre-compiled assets to the config.assets.precompile += %w( application.js application.css )
line (at line 49 in config/environments/production.rb
)?
seekr commented
Thanks for getting back. No, I literally made a clone, bundles installed, db:migrate and pushed to heroku (I'm on a win8 machine btw).
Do you mean I should list all the assets from /app/assets/* in confir.assets.precompile variable?
cue232s commented
Yes I think that is what he means.