Skip to content

Commit

Permalink
Fix indent and remove extra blank line in configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran authored Nov 1, 2017
1 parent b2d899b commit 05bf821
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions lib/install/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@

say "Adding configurations"
environment <<CONFIG, env: :development
# Verifies that versions and hashed value of the package contents in the project's package.json
config.webpacker.check_yarn_integrity = true
# Verifies that versions and hashed value of the package contents in the project's package.json
config.webpacker.check_yarn_integrity = true
CONFIG
environment <<CONFIG, env: :production
# Verifies that versions and hashed value of the package contents in the project's package.json
config.webpacker.check_yarn_integrity = false
# Verifies that versions and hashed value of the package contents in the project's package.json
config.webpacker.check_yarn_integrity = false
CONFIG

if File.exists?(".gitignore")
Expand Down

0 comments on commit 05bf821

Please sign in to comment.