Browse Source

Corrected makefile, removed msg from flowserver

luis 6 years ago
parent
commit
3085f5b001
2 changed files with 5 additions and 3 deletions
  1. 4 2
      Makefile
  2. 1 1
      go/src/github.com/hexasoftware/flow

+ 4 - 2
Makefile

@@ -11,14 +11,16 @@ DIST/demo1: DIST update-ui
 	cd go;make
 	cp go/DIST/* DIST/
 
-backend: DIST/demo1
 
 flow-ui/node_modules:
 	cd flow-ui; yarn
-frontend: flow-ui/dist
+flow-ui/dist: flow-ui/node_modules
 	cd flow-ui;yarn build
 
 
+backend: DIST/demo1
+frontend: flow-ui/dist
+
 dev: clean backend
 	tmux split "DEBUG=1 DIST/demo1;$$SHELL"
 	cd flow-ui; yarn dev

+ 1 - 1
go/src/github.com/hexasoftware/flow

@@ -1 +1 @@
-Subproject commit 6f0ecd997349eb0dd2341f0de272253051dad1dc
+Subproject commit 1e6e25e90cf5c0755300020170524dd32787ba1f