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)
The text was updated successfully, but these errors were encountered:
gingerlime
changed the title
webpack without asset pipeline: method_missing': undefined method assets' for #<Rails::Application::Configuration
webpack without asset pipeline: method_missing: undefined method assets for #<Rails::Application::Configuration
Apr 10, 2021
I don't think we support webpack-only projects for now (maybe if we were able to finally get rid of some frontend dependencies like jquery etc.). Maybe there is a way to adjust the code for webpack-only projects but we are not able to investigate it now and in the near future. If you have any ideas please submit the PR
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 errorThe text was updated successfully, but these errors were encountered: