X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-agent.git;a=blobdiff_plain;f=Makefile;h=3f4457c9a7e7e1eb6e18fce8adc7f5c04d9f8e2f;hp=18638c60a1771f1963e596024a8a59fe676fc132;hb=b0d130807fb9bf36f5ac1abe21cbd558eb86d5cc;hpb=fb2f6b918beb0a994ad304bfd678ef0c5c562210 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)