hooked up websockets & added setup karma+jasmine

This commit is contained in:
Brad Rydzewski
2014-06-21 17:41:40 -07:00
parent 83577a7d5d
commit 7acf92e754
12 changed files with 357 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ all: build
deps:
# npm install -g uglify-js
# npm install -g less
# npm -g install karma
# npm -g install karma-jasmine
# npm -g install karma-chrome-launcher
go get github.com/GeertJohan/go.rice/rice
go list github.com/drone/drone/... | xargs go get -t -v