Fix GUI files modtime (ish...)

This commit is contained in:
Jakob Borg
2014-01-20 23:08:29 +01:00
parent 84d7452f9e
commit 6b02f9e44f
2 changed files with 4 additions and 14 deletions

View File

@@ -3,11 +3,6 @@
version=$(git describe --always)
buildDir=dist
if [[ $1 == "-f" ]] ; then
fast=yes
shift
fi
if [[ $fast != yes ]] ; then
go get -d
go test ./...