DEV: Remove Ember CLI flag from templates (#633)
authorDavid Taylor <david@taylorhq.com>
Mon, 20 Jun 2022 18:12:17 +0000 (19:12 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jun 2022 18:12:17 +0000 (19:12 +0100)
Ember CLI assets are now the only option in Discourse. This flag is now a no-op.

samples/standalone.yml
samples/web_only.yml

index e13af63c667a907d6c2b2cc355353ad6045f6756..80adeafc38fe55142e31a6b23dc2e533419d1214 100644 (file)
@@ -40,7 +40,6 @@ env:
   LC_ALL: en_US.UTF-8
   LANG: en_US.UTF-8
   LANGUAGE: en_US.UTF-8
-  EMBER_CLI_PROD_ASSETS: 1
   # DISCOURSE_DEFAULT_LOCALE: en
 
   ## How many concurrent web requests are supported? Depends on memory and CPU cores.
index dc36c140db125cecb97e75ea47610532e0048f9d..08e41712fc2f8b0884ec3de98a529c3027f2a34f 100644 (file)
@@ -32,8 +32,6 @@ env:
   LC_ALL: en_US.UTF-8
   LANG: en_US.UTF-8
   LANGUAGE: en_US.UTF-8
-  EMBER_CLI_PROD_ASSETS: 1
-
   # DISCOURSE_DEFAULT_LOCALE: en
 
   ## How many concurrent web requests are supported? Depends on memory and CPU cores.