diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/www.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/www.js b/scripts/www.js index 00195f44..0e016046 100644 --- a/scripts/www.js +++ b/scripts/www.js @@ -10,4 +10,5 @@ fs.copySync("node_modules/mocha/mocha.css", testRoot + "/node_modules/mocha/moch fs.copySync("node_modules/chai/chai.js", testRoot + "/node_modules/chai/chai.js"); fs.copySync("node_modules/sinon/pkg/sinon.js", testRoot + "/node_modules/sinon/pkg/sinon.js"); fs.copySync("test/", testRoot + "/test"); -fs.copySync("src/", testRoot + "/src");
\ No newline at end of file +fs.copySync("src/", testRoot + "/src"); +fs.copySync("src/kutty.js", "www/js/kutty.js");
\ No newline at end of file |