summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
authorcarson <carson@leaddyno.com>2020-05-02 16:25:29 -0700
committercarson <carson@leaddyno.com>2020-05-02 16:25:29 -0700
commit8be1f106364c5e936f6b9d8b31388d15baef09b3 (patch)
tree622a8184cfd7320a2a66402418d42dcfadaca972 /scripts
parentf801ca64457cb2d652a08a664f4974528ca65a0c (diff)
downloadhtmx-8be1f106364c5e936f6b9d8b31388d15baef09b3.tar.gz
htmx-8be1f106364c5e936f6b9d8b31388d15baef09b3.zip
update site
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 128f3cf9..00195f44 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/_/" + config.version;
+var testRoot = "www/v/" + config.version;
fs.ensureDirSync(testRoot);
fs.copySync("node_modules/mocha/mocha.js", testRoot + "/node_modules/mocha/mocha.js");
fs.copySync("node_modules/mocha/mocha.css", testRoot + "/node_modules/mocha/mocha.css");