From 9cdea13057f1b27b15b775355f02d04d828582a6 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Mon, 20 Jul 2015 12:55:51 -0400 Subject: [PATCH] Fix watcher to support new test builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1732e45d2d..d525813f96 100644 --- a/Makefile +++ b/Makefile @@ -322,7 +322,7 @@ package.json: packaging/grunt/package.template sed -e 's#%NAME%#$(NAME)#;s#%VERSION%#$(VERSION)#;s#%GIT_REMOTE_URL%#$(GIT_REMOTE_URL)#;' $< > $@ sync_ui: node_modules Brocfile.js - $(NODE) tools/ui/timepiece.js awx/ui/static -- $(UI_FLAGS) + $(NODE) tools/ui/timepiece.js awx/ui/static $(WATCHER_FLAGS) -- $(UI_FLAGS) # Update local npm install node_modules: package.json