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
My understanding is that Rails.application.config.assets is Sprockets specific. If I comment out this line, the generators work fine. Is there a way to explicitly opt out of this line/initializer or would this be considered a bug, perhaps? This seems to be the only sprockets specific reference, although I'm not too sure. Other things probably don't work in a vite context since assets go in app/frontend typically with Vite. Although, again, in my case, all I'm after is the generators :)
The text was updated successfully, but these errors were encountered:
I'd like to use this gem primarily for the scaffolding generators. When the gem is included, I get the following error:
This takes us to here:
tailwindcss-rails/lib/tailwindcss/engine.rb
Lines 5 to 7 in 5c73dec
My understanding is that
Rails.application.config.assets
is Sprockets specific. If I comment out this line, the generators work fine. Is there a way to explicitly opt out of this line/initializer or would this be considered a bug, perhaps? This seems to be the only sprockets specific reference, although I'm not too sure. Other things probably don't work in avite
context since assets go inapp/frontend
typically with Vite. Although, again, in my case, all I'm after is the generators :)The text was updated successfully, but these errors were encountered: