Merge pull request #796 from mattbostock/tidy_dependencies

Remove explicit `go get` for rice and goblin pkgs
This commit is contained in:
Brad Rydzewski
2015-01-11 11:03:34 -08:00

View File

@@ -5,7 +5,6 @@ all: build
deps:
# which npm && npm -g install uglify-js less autoprefixer
go get github.com/GeertJohan/go.rice/rice
go get github.com/franela/goblin
go get -t -v ./...
test: