Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiled assets not found #70

Open
seekr opened this issue Nov 26, 2013 · 3 comments
Open

compiled assets not found #70

seekr opened this issue Nov 26, 2013 · 3 comments

Comments

@seekr
Copy link

seekr commented Nov 26, 2013

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
Copy link

amxn commented Nov 27, 2013

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
Copy link
Author

seekr commented Nov 27, 2013

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
Copy link

cue232s commented Nov 30, 2013

Yes I think that is what he means.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants