mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
Merge pull request #318 from joefiorini/post-2.2--broccoliRefactor
Post 2.2 broccoli refactor
This commit is contained in:
commit
56e8dbba9c
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