From fde020e1789b0745a7e782851336b0c2f920abed Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Mon, 9 Feb 2015 11:20:48 -0500 Subject: [PATCH] Add target for running ui sync watcher --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 369ffb5698..c976f67248 100644 --- a/Makefile +++ b/Makefile @@ -201,6 +201,7 @@ server_noattach: tmux select-pane -U tmux split-window -v 'exec make receiver' tmux split-window -h 'exec make taskmanager' + tmux split-window -h 'exec make sync_ui' server: server_noattach tmux -2 attach-session -t tower @@ -271,6 +272,9 @@ bower.json: package.json: sed -e 's#%NAME%#$(NAME)#;s#%VERSION%#$(VERSION)#;s#%GIT_REMOTE_URL%#$(GIT_REMOTE_URL)#;' packaging/grunt/package.template > $@ +sync_ui: node_modules + ./node_modules/.bin/broccoli-timepiece awx/ui/static/dist + # Update local npm install node_modules: Gruntfile.js Brocfile.js bower.json package.json npm install