You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: