add options to support cross build

This commit is contained in:
fg2it
2016-09-18 10:07:12 +00:00
parent 62a2f80f10
commit c669de1169
2 changed files with 39 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ grunt karma:dev
### Run tests for backend assets before commit
```
test -z "$(gofmt -s -l . | grep -v vendor/src/ | tee /dev/stderr)"
test -z "$(gofmt -s -l . | grep -v -E 'vendor/(github.com|golang.org|gopkg.in)' | tee /dev/stderr)"
```
### Run tests for frontend assets before commit