Modularized panels

This commit is contained in:
Rashid Khan
2013-01-29 10:05:02 -07:00
parent 59503c5e22
commit b3052d0c95
41 changed files with 2108 additions and 759 deletions
+9
View File
@@ -0,0 +1,9 @@
test:
@NODE_ENV=test ./node_modules/.bin/mocha
test-w:
@NODE_ENV=test ./node_modules/.bin/mocha \
--growl \
--watch
.PHONY: test test-w