-
Notifications
You must be signed in to change notification settings - Fork 187
Tailwind being set as the template engine #246
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
Comments
For those who are affected by this. The workaround is to add this to # fixes tailwindcss-rails overwrite
config.generators.template_engine :erb |
@samuelpismel this work. thanks |
I would welcome a PR that updated the README with this workaround, @samuelpismel |
See discussion here: #131 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The project is overriding the project configuration to set tailwindcss as the template engine, as can be seen here.
tailwindcss-rails/lib/tailwindcss/engine.rb
Line 14 in 781d840
Should this really be done? I mean, tailwind is not a templating engine and this causes issues like heartcombo/simple_form#1806 where libraries expect proper templating engines on this config.
Cheers
The text was updated successfully, but these errors were encountered: