summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
authorDaniel J. Summers <daniel@bitbadger.solutions>2023-03-08 11:34:42 -0500
committerDaniel J. Summers <daniel@bitbadger.solutions>2023-03-08 11:34:42 -0500
commit85642511365780b94de2af4af105e1a38534b14c (patch)
treecc439e1e6eeac81122aa4f3cf3b8b5a638df873e /scripts
parentf36dde6eb495c968950eafb949b2f7cb16741fa4 (diff)
downloadhtmx-85642511365780b94de2af4af105e1a38534b14c.tar.gz
htmx-85642511365780b94de2af4af105e1a38534b14c.zip
Sync content from 1.8.6 release
- Update path for test generation script
Diffstat (limited to 'scripts')
-rw-r--r--scripts/www.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/www.js b/scripts/www.js
index 3c4db1bb..92d0a779 100644
--- a/scripts/www.js
+++ b/scripts/www.js
@@ -3,7 +3,7 @@ var fs = require('fs-extra');
console.log(config.version)
-var testRoot = "www/test/";
+var testRoot = "www/static/test/";
var currentReleaseRoot = testRoot + config.version;
fs.ensureDirSync(currentReleaseRoot);
fs.copySync("node_modules/mocha/mocha.js", currentReleaseRoot + "/node_modules/mocha/mocha.js");