mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Massive refactor of Brocfile for clarity
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -41,7 +41,7 @@ node_modules/**
|
|||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
|
||||||
# UI build debugging
|
# UI build debugging
|
||||||
/DEBUG-*
|
/DEBUG
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
.coverage
|
.coverage
|
||||||
|
|||||||
3
Makefile
3
Makefile
@@ -326,6 +326,9 @@ node_modules: package.json
|
|||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
devjs: node_modules clean-ui Brocfile.js bower.json Gruntfile.js
|
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
|
$(BROCCOLI) build awx/ui/dist -- --debug
|
||||||
|
|
||||||
# Build minified JS/CSS.
|
# Build minified JS/CSS.
|
||||||
|
|||||||
Reference in New Issue
Block a user