Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure the dummy app uses the same template as real apps. #3180

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Remove assets.compile = true
  • Loading branch information
parndt committed Mar 12, 2018
commit 4301b1271a645f3f8cd3647da94112fb8334d95f
4 changes: 0 additions & 4 deletions core/lib/refinery/core/environment_checker.rb
Original file line number Diff line number Diff line change
@@ -29,10 +29,6 @@ def call
env_file.read.gsub(current_mailer_config, new_mailer_config)
)
end

env_file.write(
env_file.read.gsub("assets.compile = false", "assets.compile = true")
)
end
end