diff options
author | carson <carson@leaddyno.com> | 2020-05-02 16:25:29 -0700 |
---|---|---|
committer | carson <carson@leaddyno.com> | 2020-05-02 16:25:29 -0700 |
commit | 8be1f106364c5e936f6b9d8b31388d15baef09b3 (patch) | |
tree | 622a8184cfd7320a2a66402418d42dcfadaca972 /scripts | |
parent | f801ca64457cb2d652a08a664f4974528ca65a0c (diff) | |
download | htmx-8be1f106364c5e936f6b9d8b31388d15baef09b3.tar.gz htmx-8be1f106364c5e936f6b9d8b31388d15baef09b3.zip |
update site
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/www.js | 2 |
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"); |