Add target for running ui sync watcher

This commit is contained in:
Joe Fiorini 2015-02-09 11:20:48 -05:00
parent f72cfd38df
commit fde020e178

View File

@ -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