From 92debb77f22659acd23ae78b432d9a1cc4409ae3 Mon Sep 17 00:00:00 2001 From: mech Date: Wed, 30 Dec 2020 18:41:28 +0100 Subject: [PATCH 1/3] PLATFORM-5345: add some dummy css link --- app/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/index.html b/app/index.html index a2771b8ac7e..a1873407bd4 100644 --- a/app/index.html +++ b/app/index.html @@ -10,6 +10,9 @@ + + + diff --git a/app/styles/abtest1.scss b/app/styles/abtest1.scss new file mode 100644 index 00000000000..e69de29bb2d diff --git a/app/styles/abtest2.scss b/app/styles/abtest2.scss new file mode 100644 index 00000000000..b649045af25 --- /dev/null +++ b/app/styles/abtest2.scss @@ -0,0 +1,3 @@ +body.mobile-wiki { + color: red; +} diff --git a/ember-cli-build.js b/ember-cli-build.js index d4da43b4b3f..9399029337e 100644 --- a/ember-cli-build.js +++ b/ember-cli-build.js @@ -92,6 +92,8 @@ module.exports = function (defaults) { app: '/assets/app.css', lazy: '/assets/lazy.css', dark: '/assets/dark.css', + abtest1: '/assets/abtest1.css', + abtest2: '/assets/abtest2.css', }, html: 'index.html', }, From 04cf9347fc09dc74757eb847799e96f006b1ee35 Mon Sep 17 00:00:00 2001 From: mech Date: Thu, 31 Dec 2020 10:38:39 +0100 Subject: [PATCH 3/3] PLATFORM-5345: remove empty lines --- app/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/index.html b/app/index.html index 434deeb86ce..c24d83672dd 100644 --- a/app/index.html +++ b/app/index.html @@ -10,9 +10,7 @@ - -