igorkasyanchuk / new_ckeditor

Ruby on Rails + CKEditor 5
https://www.railsjazz.com/
MIT License
33 stars 6 forks source link

Unable to find javascript files #4

Closed jamesw closed 3 years ago

jamesw commented 3 years ago

Fantastic gem, thank you. I would like to use it in my CMS and I have added //= link new_ckeditor/classic/ckeditor.js to the manifest.js but I am told The asset "new_ckeditor/classic/ckeditor.js" is not present in the asset pipeline So I have looked for the javascript files and they are not present anywhere. I am obviously missing something. I ran the new_ckeditor generator which generated the views fine So where do the javascript file live please?

igorkasyanchuk commented 3 years ago

Hello, Files are here https://github.com/igorkasyanchuk/new_ckeditor/tree/master/app/assets/javascripts/new_ckeditor/balloon for example

igorkasyanchuk commented 3 years ago

Let me know if you have other questions, also I've a sample app