From d195c575ae96ca26467de2cd10947dd23007c49e Mon Sep 17 00:00:00 2001 From: adam-saland Date: Wed, 7 Feb 2024 15:42:54 -0500 Subject: [PATCH 1/6] fix broken common paths --- scripts/package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package.js b/scripts/package.js index 0920dffc..65c25343 100644 --- a/scripts/package.js +++ b/scripts/package.js @@ -96,7 +96,7 @@ function packageItems(cliArgs) { try { const rootUrl = [baseURL, DEFAULT_FOLDER, hostFolder, item].filter(Boolean).join('/'); const options = { - files: `${targetDir}/**/*.json`, + files: [`${targetDir}/**/*.json`, `${targetDir}/**/*.js`, `${targetDir}/**/*.html`], from: new RegExp(`http://localhost:${DEFAULT_PORT}`, 'g'), to: rootUrl }; From 1f400fa4923ed535c815e7fe9be8e9caf711ca12 Mon Sep 17 00:00:00 2001 From: adam-saland Date: Wed, 7 Feb 2024 16:03:51 -0500 Subject: [PATCH 2/6] fix common paths --- how-to/create-window/public/html/app.html | 2 +- how-to/create-window/public/html/window.html | 2 +- how-to/integration-excel/public/views/excel.html | 2 +- how-to/integration-excel/public/views/fdc3monitor.html | 2 +- .../issue-commands-to-a-platform/public/html/app.html | 2 +- .../issue-commands-to-a-platform/public/html/provider.html | 2 +- .../issue-commands-to-a-platform/public/html/window.html | 2 +- how-to/use-content-creation-rules/public/html/app.html | 2 +- how-to/use-dynamic-manifest/basic/public/html/app-dev.html | 2 +- how-to/use-dynamic-manifest/basic/public/html/app-staging.html | 2 +- how-to/use-launch-external-process/public/app.html | 2 +- how-to/use-logging-apis/public/html/app.html | 2 +- .../warn-before-closing-dialog/public/html/dialog.html | 2 +- .../warn-before-closing-dialog/public/html/view.html | 2 +- how-to/use-popup-window/advanced/public/html/app.html | 2 +- how-to/use-popup-window/advanced/public/html/popup.html | 2 +- how-to/use-popup-window/modal/public/html/app.html | 2 +- how-to/use-popup-window/modal/public/html/popup.html | 2 +- how-to/use-popup-window/multiple-results/public/html/app.html | 2 +- how-to/use-popup-window/single-result/public/html/app.html | 2 +- how-to/use-popup-window/single-result/public/html/popup.html | 2 +- how-to/use-preloads/basic/public/html/app.html | 2 +- how-to/use-security-realms/public/html/app.html | 2 +- how-to/use-security-realms/public/html/view-app.html | 2 +- how-to/use-window-options/public/html/app.html | 2 +- how-to/use-window-options/public/html/preview.html | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/how-to/create-window/public/html/app.html b/how-to/create-window/public/html/app.html index fb85d50c..ef354102 100644 --- a/how-to/create-window/public/html/app.html +++ b/how-to/create-window/public/html/app.html @@ -5,7 +5,7 @@ Create Window - + diff --git a/how-to/create-window/public/html/window.html b/how-to/create-window/public/html/window.html index 93e56e72..e3b5fd3a 100644 --- a/how-to/create-window/public/html/window.html +++ b/how-to/create-window/public/html/window.html @@ -5,7 +5,7 @@ Data Window - + diff --git a/how-to/integration-excel/public/views/excel.html b/how-to/integration-excel/public/views/excel.html index 75982d7f..b3fba5a4 100644 --- a/how-to/integration-excel/public/views/excel.html +++ b/how-to/integration-excel/public/views/excel.html @@ -6,7 +6,7 @@ Integrate with Excel - +