Skip to content

Commit

Permalink
skip webpacker in dummy app
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesanchez committed Oct 16, 2019
1 parent 4c176a1 commit 2dc49dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/generators/refinery/dummy/dummy_generator.rb
Expand Up @@ -26,6 +26,7 @@ def generate_test_dummy
opts[:skip_action_cable] = true
opts[:skip_action_mailer] = true
opts[:skip_active_storage] = true
opts[:skip_javascript] = true

invoke Rails::Generators::AppGenerator, [ File.expand_path(dummy_path, destination_root) ], opts
end
Expand Down

0 comments on commit 2dc49dc

Please sign in to comment.