From 3887090524256d198015ce2248d8676a7d924c24 Mon Sep 17 00:00:00 2001 From: Thomas Wang Date: Sun, 22 Aug 2021 14:38:37 -0700 Subject: [PATCH] [test] Update custom output paths in index.html This is documented at 'https://cli.emberjs.com/release/advanced-use/asset-compilation/#configuringoutputpaths' --- .../customized-outputpaths/app/index.html | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 packages/ember-cli-fastboot/test/fixtures/customized-outputpaths/app/index.html diff --git a/packages/ember-cli-fastboot/test/fixtures/customized-outputpaths/app/index.html b/packages/ember-cli-fastboot/test/fixtures/customized-outputpaths/app/index.html new file mode 100644 index 000000000..fad2dd9d7 --- /dev/null +++ b/packages/ember-cli-fastboot/test/fixtures/customized-outputpaths/app/index.html @@ -0,0 +1,25 @@ + + + + + + Customized Output Paths + + + + {{content-for "head"}} + + + + + {{content-for "head-footer"}} + + + {{content-for "body"}} + + + + + {{content-for "body-footer"}} + +