Revert "DEV: Make Ember CLI assets the default in production (#15843)" (#15852)

This reverts 1b622667bc8c08e56707b3f0a43828808d024787

We have had reports of issues rebuilding under memory-constrained environments. Reverting while we investigate further.
This commit is contained in:
David Taylor
2022-02-07 20:31:10 +00:00
committed by GitHub
parent 15cff27bfe
commit e92f57255d
4 changed files with 5 additions and 5 deletions

View File

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