apigy / selfstarter

Roll your own crowdfunding

Home Page:selfstarter.us

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compiled assets not found

seekr opened this issue · comments

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)

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)?

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?

Yes I think that is what he means.