aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2013-04-28 19:49:19 -0700
committerJames Lal <james@lightsofapollo.com>2013-04-28 19:49:47 -0700
commit8340549fa7c16e682936b0da26f65671c91311d5 (patch)
tree8782dbf83fa7b8e53bbdb15e4912d7c90aebe1cf /Makefile
parentc439df4388cc4bb5c1777c4dbdc5b164d5192d7f (diff)
downloadjsCalDAV-8340549fa7c16e682936b0da26f65671c91311d5.tar.gz
Test framework refactorng + sinon
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 7393e74..a1c500f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,12 +9,7 @@ package: test-agent-config
rm -f $(WEB_FILE)
touch $(WEB_FILE)
mkdir $(VENDOR)
- cp ./node_modules/mocha/mocha.js $(VENDOR)
- cp ./node_modules/mocha/mocha.css $(VENDOR)
- cp ./node_modules/chai/chai.js $(VENDOR)
cp ./lib/sax.js $(VENDOR)
- cp ./node_modules/test-agent/test-agent.js $(VENDOR)
- cp ./node_modules/test-agent/test-agent.css $(VENDOR)
echo '/* sax js - LICENSE: https://github.com/isaacs/sax-js/blob/master/LICENSE */' >> $(WEB_FILE)
cat $(VENDOR)/sax.js >> $(WEB_FILE);