Skip to content

Commit

Permalink
removed bundled test suite from tracking, added rm cmd in test
Browse files Browse the repository at this point in the history
  • Loading branch information
andyperlitch committed Oct 30, 2013
1 parent 8be7b11 commit 819f55e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
node_modules
bower_components
suite.bundle.js
1 change: 1 addition & 0 deletions Makefile
@@ -1,4 +1,5 @@
test:
./node_modules/.bin/browserify test/suite.js > test/suite.bundle.js
./node_modules/.bin/mocha-phantomjs test/runner-cli.html
rm test/suite.bundle.js
.PHONY: test

0 comments on commit 819f55e

Please sign in to comment.