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

Images Not Precompiled on Heroku #38

Open
jonahbron opened this issue Nov 11, 2013 · 1 comment
Open

Images Not Precompiled on Heroku #38

jonahbron opened this issue Nov 11, 2013 · 1 comment

Comments

@jonahbron
Copy link

I'm deploying to Heroku, and for some reason, the icons are not showing up in the editor. I tried adding Ckeditor.assets to my list of precompiled assets, but it had no effect. I looked at the contents of that array, and I saw that it only contains the CSS and JS, not the images.

Any references to images result in a 404, and when I list the assets that are on the server, the images aren't there (neither with nor without a hash).

What's causing this? Is it a bug, or some configuration option that I'm missing?

@jonahbron
Copy link
Author

This is still an issue. The only workaround at this time is to enable config.assets.compile = true in the production.rb environment file.

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

1 participant