mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 13:10:11 -03:30
Uncomment and jshint ignore console statement
This commit is contained in:
2
Makefile
2
Makefile
@@ -278,7 +278,7 @@ package.json: packaging/grunt/package.template
|
||||
sed -e 's#%NAME%#$(NAME)#;s#%VERSION%#$(VERSION)#;s#%GIT_REMOTE_URL%#$(GIT_REMOTE_URL)#;' $< > $@
|
||||
|
||||
sync_ui: node_modules Brocfile.js
|
||||
$(NODE) tools/ui/timepiece.js awx/ui/dist
|
||||
$(NODE) tools/ui/timepiece.js awx/ui/dist -- --debug
|
||||
|
||||
# Update local npm install
|
||||
node_modules: package.json
|
||||
|
||||
Reference in New Issue
Block a user