mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
Fix watcher to support new test builds
This commit is contained in:
2
Makefile
2
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)#;' $< > $@
|
sed -e 's#%NAME%#$(NAME)#;s#%VERSION%#$(VERSION)#;s#%GIT_REMOTE_URL%#$(GIT_REMOTE_URL)#;' $< > $@
|
||||||
|
|
||||||
sync_ui: node_modules Brocfile.js
|
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
|
# Update local npm install
|
||||||
node_modules: package.json
|
node_modules: package.json
|
||||||
|
|||||||
Reference in New Issue
Block a user