mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Massive refactor of Brocfile for clarity
This commit is contained in:
parent
ad169fbaa0
commit
40acbcf256
2
.gitignore
vendored
2
.gitignore
vendored
@ -41,7 +41,7 @@ node_modules/**
|
||||
npm-debug.log
|
||||
|
||||
# UI build debugging
|
||||
/DEBUG-*
|
||||
/DEBUG
|
||||
|
||||
# Testing
|
||||
.coverage
|
||||
|
||||
3
Makefile
3
Makefile
@ -326,6 +326,9 @@ node_modules: package.json
|
||||
touch $@
|
||||
|
||||
devjs: node_modules clean-ui Brocfile.js bower.json Gruntfile.js
|
||||
$(BROCCOLI) build awx/ui/dist
|
||||
|
||||
devjs_debug: node_modules clean-ui Brocfile.js bower.json Gruntfile.js
|
||||
$(BROCCOLI) build awx/ui/dist -- --debug
|
||||
|
||||
# Build minified JS/CSS.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user