|
|
|
@ -88,10 +88,10 @@ test:
@@ -88,10 +88,10 @@ test:
|
|
|
|
|
GOPATH=$(GOPATH) $(GO) test -v $(GOTESTFLAGS) app/... ./go/... |
|
|
|
|
|
|
|
|
|
dist_gopath: $(DIST_SRC) |
|
|
|
|
[ -d $(SYSTEM_GOPATH) ] && \
|
|
|
|
|
find $(SYSTEM_GOPATH) -mindepth 1 -maxdepth 1 -type d \
|
|
|
|
|
-exec ln -sf {} $(DIST_SRC) \; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets: javascript fonts |
|
|
|
|
|
|
|
|
|
release-assets: RJSFLAGS = generateSourceMaps=false preserveLicenseComments=true |
|
|
|
|