Jelajahi Sumber

More fixes to remote build

Luis Figueiredo 8 tahun lalu
induk
melakukan
773bbc8ef3

+ 4 - 6
Makefile

@@ -9,18 +9,12 @@ deploy: docker
 	docker push hexasoftware.com:5000/myapp
 
 
-
 backend: distpath 
 	@echo "Building backend... "
-	GOPATH=${CURDIR}/backend go get  simple-web
 	GOPATH=${CURDIR}/backend GO_ENABLED=0 go build -o DIST/bin/server backend/src/simple-web/simple-web.go
 
-
-
 frontend: distpath 
 	@echo "Building frontend..."
-	
-	@cd frontend/web;npm i	
 	@cd frontend/web;node build/build.js
 
 test: backend #Front end has dev server
@@ -30,6 +24,10 @@ test: backend #Front end has dev server
 distpath:
 	@mkdir -p DIST/bin
 	@mkdir -p DIST/public
+deps:
+	GOPATH=${CURDIR}/backend go get  simple-web
+	@cd frontend/web;npm i	
+
 
 
 .PHONY: all test clean backend frontend docker

+ 0 - 1
backend/src/dev.hexasoftware.com/hxs/hqi.git

@@ -1 +0,0 @@
-Subproject commit 81b45dc27beaf8c35e7f6ea9b2589aed25030a42

+ 0 - 1
backend/src/dev.hexasoftware.com/hxs/prettylog.git

@@ -1 +0,0 @@
-Subproject commit 4081df3443fcc5b79e78b36a300c83831dd9f28b

+ 0 - 1
backend/src/github.com/google/uuid

@@ -1 +0,0 @@
-Subproject commit 6a5e28554805e78ea6141142aba763936c4761c0

+ 0 - 1
backend/src/gopkg.in/mgo.v2-unstable

@@ -1 +0,0 @@
-Subproject commit 9a2573d4ae52a2bf9f5b7900a50e2f8bcceeb774