From 455a384eb0b9d462213adf8e7435c1f65ebef534 Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Wed, 2 May 2018 14:52:23 +0100 Subject: [PATCH] Prettify --- build.bat | 8 ++++---- build.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.bat b/build.bat index 2ce1bb3c..2d4156be 100644 --- a/build.bat +++ b/build.bat @@ -13,11 +13,11 @@ cd .. rd /s /q embed\bindata\public mkdir embed\bindata\public echo "Copying Ember assets folder" -robocopy /e /NFL /NDL /NJH gui\dist-prod\assets embed\bindata\public\assets +robocopy /e /NFL /NDL /NJH gui\dist-prod\assets embed\bindata\public\assets echo "Copying Ember codemirror folder" robocopy /e /NFL /NDL /NJH gui\dist-prod\codemirror embed\bindata\public\codemirror echo "Copying Ember tinymce folder" -robocopy /e /NFL /NDL /NJH gui\dist-prod\tinymce embed\bindata\public\tinymce +robocopy /e /NFL /NDL /NJH gui\dist-prod\tinymce embed\bindata\public\tinymce echo "Copying Ember sections folder" robocopy /e /NFL /NDL /NJH gui\dist-prod\sections embed\bindata\public\sections @@ -40,7 +40,7 @@ echo "Generating in-memory static assets..." go get -u github.com/jteeuwen/go-bindata/... go get -u github.com/elazarl/go-bindata-assetfs/... cd embed -go generate +go generate cd .. echo "Compiling Windows" @@ -53,4 +53,4 @@ go build -gcflags=-trimpath=%GOPATH% -asmflags=-trimpath=%GOPATH% -o bin/documiz echo "Compiling Darwin" set GOOS=darwin -go build -gcflags=-trimpath=%GOPATH% -asmflags=-trimpath=%GOPATH% -o bin/documize-community-darwin-amd64 edition/community.go \ No newline at end of file +go build -gcflags=-trimpath=%GOPATH% -asmflags=-trimpath=%GOPATH% -o bin/documize-community-darwin-amd64 edition/community.go diff --git a/build.sh b/build.sh index 45f952a4..6f7b9896 100755 --- a/build.sh +++ b/build.sh @@ -54,4 +54,4 @@ echo "Finished." # CGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -installsuffix cgo # go build -ldflags '-d -s -w' -a -tags netgo -installsuffix netgo test.go -# ldd test \ No newline at end of file +# ldd test