From b0d130807fb9bf36f5ac1abe21cbd558eb86d5cc Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Tue, 14 Nov 2017 10:57:48 +0100 Subject: Fixed webapp build and error message. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 18638c6..3f4457c 100644 --- a/Makefile +++ b/Makefile @@ -100,10 +100,10 @@ distclean: clean cd $(ROOT_SRCDIR) && rm -rf $(LOCAL_BINDIR) ./tools ./glide.lock ./vendor ./*.zip ./webapp/node_modules ./webapp/dist webapp: webapp/install - (cd webapp && gulp build) + (cd webapp && npm run build) webapp/debug: - (cd webapp && gulp watch &) + (cd webapp && npm run watch) webapp/install: (cd webapp && npm install) -- cgit 1.2.3-korg