mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-01-25 05:06:13 +00:00
Sync content from 1.8.6 release
- Update path for test generation script
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user