-
Notifications
You must be signed in to change notification settings - Fork 258
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
Does not work with Propshaft / cssbundling-rails,? #303
Comments
You have public example to share? |
@Faq |
Probably I understood. As I can see it won't work with propshaft(as almost each gem what almost not supported for JS). |
anko20094
changed the title
Does not work with Propshaft?
Does not work with Propshaft / cssbundling-rails,?
Jun 21, 2023
Propshaft has been added in #315. If you are able to test it out and share your experience, that would be great. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On my project there are such technologies:
rails 7, propshaft, cssbundling-rails, jsbundling-rails etc...
And using this instruction from this gem on my project - tinymce can't intialize
Error in browser console:
new:5 Uncaught ReferenceError: TinyMCERails is not defined
It's for
app/views/admin/posts/_form.html.slim -> = tinymce
The text was updated successfully, but these errors were encountered: