From 9e7ba9e08b14e197600951c4d84b52444d3afae0 Mon Sep 17 00:00:00 2001 From: linguist <22963968+lowlighter@users.noreply.github.com> Date: Wed, 30 Dec 2020 18:23:18 +0100 Subject: [PATCH] Move src/html to src/web --- CONTRIBUTING.md | 2 +- src/setup.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81f49860..cf481af1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -86,7 +86,7 @@ It should be avoided when possible as it increases drastically the size of gener * `index.mjs` contains metrics web instance entry point * `source/app.mjs` contains metrics web instance source code -* `source/html/*` contains metrics web instance static files +* `source/web/*` contains metrics web instance static files #### GitHub action diff --git a/src/setup.mjs b/src/setup.mjs index 293188fc..e4f2bdb5 100644 --- a/src/setup.mjs +++ b/src/setup.mjs @@ -16,7 +16,7 @@ const __queries = path.join(__metrics, "src/queries") const __package = path.join(__metrics, "package.json") const __settings = path.join(__metrics, "settings.json") - const __statics = path.join(__metrics, "src/html") + const __statics = path.join(__metrics, "src/web") const __modules = path.join(__metrics, "node_modules") //Init