Added node-modules

This commit is contained in:
Dobie Wollert
2014-09-14 07:04:16 -04:00
parent 663941bf57
commit 6a92348cf5
4870 changed files with 670395 additions and 0 deletions

13
node_modules/piler/run-tests-travis.sh generated vendored Executable file
View File

@ -0,0 +1,13 @@
#!/usr/bin/env bash
(cd spec/testapp && coffee app.coffee) &
(cd spec/testapp && NODE_ENV=production coffee app.coffee) &
sleep 1
node_modules/.bin/jasmine-node --coffee spec/
echo "Also review the visual tests"
echo " cd spec/testapp/"
echo " coffee app.coffee"
echo "and open http://localhost:7000/"