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

Wrong require statements in Readme? #1

Open
ghost opened this issue Jun 1, 2019 · 0 comments
Open

Wrong require statements in Readme? #1

ghost opened this issue Jun 1, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 1, 2019

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?

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

0 participants