update site

This commit is contained in:
carson 2020-05-02 16:25:29 -07:00
parent f801ca6445
commit 8be1f10636
21 changed files with 1 additions and 1 deletions

View File

@ -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");

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB