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
Hi! I was trying to install jodit in my rails application, but it was absolutely not working with the step by step in the Readme. Then I changed the require lines:
in application.js
//= require jodit/jodit.min.js
in application.css
*= require jodit/jodit.min.css
and it worked alright.
I thought maybe there was something wrong with the way my application is set up, but other libraries, like jquery for instance, work fine with just "require jquery". Maybe the require statements should be fixed in the Readme's step-by-step?
The text was updated successfully, but these errors were encountered:
Hi! I was trying to install jodit in my rails application, but it was absolutely not working with the step by step in the Readme. Then I changed the require lines:
in application.js
//= require jodit/jodit.min.js
in application.css
*= require jodit/jodit.min.css
and it worked alright.
I thought maybe there was something wrong with the way my application is set up, but other libraries, like jquery for instance, work fine with just "require jquery". Maybe the require statements should be fixed in the Readme's step-by-step?
The text was updated successfully, but these errors were encountered: