From b5e955bd5e0c4106246c757812700ad87842e3fb Mon Sep 17 00:00:00 2001 From: Gerrit Riessen Date: Wed, 13 Dec 2023 17:29:39 +0100 Subject: [PATCH 1/2] Update index.mst Avoid escaping slashes (`/`) in asset paths. Content is currently generated as: ``` Node-RED
``` It still works of course, so feel free to ignore this change. --- .../@node-red/editor-client/templates/index.mst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/node_modules/@node-red/editor-client/templates/index.mst b/packages/node_modules/@node-red/editor-client/templates/index.mst index 01bf06545..6d204cd5c 100644 --- a/packages/node_modules/@node-red/editor-client/templates/index.mst +++ b/packages/node_modules/@node-red/editor-client/templates/index.mst @@ -23,7 +23,7 @@ --> {{ page.title }} - + @@ -40,8 +40,8 @@ {{#asset.vendorMonaco}} {{/asset.vendorMonaco}} - - + + {{# page.scripts }} {{/ page.scripts }} From 0b0f1f870157f8e77ffe844be89ce75b76b07ff7 Mon Sep 17 00:00:00 2001 From: Gerrit Riessen Date: Fri, 15 Dec 2023 11:32:26 +0100 Subject: [PATCH 2/2] Update index.mst Update two additional path specifications --- .../node_modules/@node-red/editor-client/templates/index.mst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/node_modules/@node-red/editor-client/templates/index.mst b/packages/node_modules/@node-red/editor-client/templates/index.mst index 6d204cd5c..2d9c376cb 100644 --- a/packages/node_modules/@node-red/editor-client/templates/index.mst +++ b/packages/node_modules/@node-red/editor-client/templates/index.mst @@ -22,7 +22,7 @@ limitations under the License. --> {{ page.title }} - + @@ -38,7 +38,7 @@
{{#asset.vendorMonaco}} - + {{/asset.vendorMonaco}}