From 43e16ca7022c980ee73c945246be1b8db878d8e9 Mon Sep 17 00:00:00 2001 From: David Taylor <david@taylorhq.com> Date: Mon, 20 Jun 2022 19:12:17 +0100 Subject: [PATCH] DEV: Remove Ember CLI flag from templates (#633) Ember CLI assets are now the only option in Discourse. This flag is now a no-op. --- samples/standalone.yml | 1 - samples/web_only.yml | 2 -- 2 files changed, 3 deletions(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index e13af63..80adeaf 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -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. diff --git a/samples/web_only.yml b/samples/web_only.yml index dc36c14..08e4171 100644 --- a/samples/web_only.yml +++ b/samples/web_only.yml @@ -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. -- 2.25.1