diff --git a/build.sh b/build.sh index 2055dd3..658c0f8 100644 --- a/build.sh +++ b/build.sh @@ -1,2 +1,2 @@ #!/bin/bash -go-bindata web/... && go build -a -v -o ironsmith +go-bindata web/... && go build -a -o ironsmith