mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 05:31:22 -03:30
Add target for running ui sync watcher
This commit is contained in:
parent
f72cfd38df
commit
fde020e178
4
Makefile
4
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user