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
Can lit work without the asset pipeline? our Rails app uses webpack and we removed the asset pipeline. Running rails g lit:install produces this error
...
1: from /usr/local/bundle/gems/lit-1.1.1/lib/lit/engine.rb:10:in `block in <class:Engine>'
/usr/local/bundle/gems/railties-6.0.3.6/lib/rails/railtie/configuration.rb:96:in `method_missing': undefined method `assets' for #<Rails::Application::Configuration:0x000056502c0f0d48> (NoMethodError)