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

CKEditor not showing up in production #199

Closed
msevestre opened this issue Jun 8, 2014 · 3 comments
Closed

CKEditor not showing up in production #199

msevestre opened this issue Jun 8, 2014 · 3 comments

Comments

@msevestre
Copy link
Collaborator

Using Rails 4.0.5 and Monologue 0.4.0
The icons on the blog editor provided by CKEditor are not visible in production. Everything works fine in development.

This is due to a problem with the asset pipeline. More precisely, the file 'icons.png' is for some reason still referenced from the editor using its default file name and is not the using the one served by the asset pipeline.

A quick fix was to copy the file icons.png under assets/ckeditor/skins/moono/ but I am wondering if I need to set some specific options to avoid this hack.

@abreckner: any idea?

@msevestre
Copy link
Collaborator Author

Some info can be found here
https://github.com/galetahub/ckeditor

@jipiboily
Copy link
Owner

Closing this for now, but might have to fix it during #314

@abreckner
Copy link
Contributor

Sorry @msevestre, I only just saw this now.

I ended up using the CDN version of CKEditor on the project I was using in order to get around this...

(No longer working on that project I am afraid).

Thanks

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