DEV: Make Ember CLI assets the default in production (#15861)

This was reverted in e92f57255de429fcf12c4259235d88c5485d934f due to memory usage concerns. This memory issue was resolved by 4cceb55621aa5a25c72415d78a43bd62be68d68d.
This commit is contained in:
David Taylor
2022-02-08 10:03:53 +00:00
committed by GitHub
parent 7afe768d60
commit ecc07fd8dc
3 changed files with 4 additions and 4 deletions

View File

@ -180,7 +180,7 @@ module Discourse
discourse/tests/test_starter.js
}
if ENV['EMBER_CLI_PROD_ASSETS'] != "1"
if ENV['EMBER_CLI_PROD_ASSETS'] == "0"
config.assets.precompile += %w{
discourse/tests/test-support-rails.js
discourse/tests/test-helpers-rails.js