mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
Add target for running ui sync watcher
This commit is contained in:
4
Makefile
4
Makefile
@@ -201,6 +201,7 @@ server_noattach:
|
|||||||
tmux select-pane -U
|
tmux select-pane -U
|
||||||
tmux split-window -v 'exec make receiver'
|
tmux split-window -v 'exec make receiver'
|
||||||
tmux split-window -h 'exec make taskmanager'
|
tmux split-window -h 'exec make taskmanager'
|
||||||
|
tmux split-window -h 'exec make sync_ui'
|
||||||
|
|
||||||
server: server_noattach
|
server: server_noattach
|
||||||
tmux -2 attach-session -t tower
|
tmux -2 attach-session -t tower
|
||||||
@@ -271,6 +272,9 @@ bower.json:
|
|||||||
package.json:
|
package.json:
|
||||||
sed -e 's#%NAME%#$(NAME)#;s#%VERSION%#$(VERSION)#;s#%GIT_REMOTE_URL%#$(GIT_REMOTE_URL)#;' packaging/grunt/package.template > $@
|
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
|
# Update local npm install
|
||||||
node_modules: Gruntfile.js Brocfile.js bower.json package.json
|
node_modules: Gruntfile.js Brocfile.js bower.json package.json
|
||||||
npm install
|
npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user