Skip to content

Commit

Permalink
Merge pull request #3922 from nebulab/SamuelMartini/no_webpacker_dumm…
Browse files Browse the repository at this point in the history
…y_generator

Skip adding webpacker gem when generating dummyapp
  • Loading branch information
kennyadsl authored Feb 18, 2021
2 parents 70979e8 + b97c136 commit c69dddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/generators/spree/dummy/dummy_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def generate_test_dummy
opts[:skip_test] = true
opts[:skip_yarn] = true
opts[:skip_bootsnap] = true
opts[:skip_webpack_install] = true
opts[:skip_javascript] = true

puts "Generating dummy Rails application..."
invoke Rails::Generators::AppGenerator,
Expand Down

0 comments on commit c69dddb

Please sign in to comment.