Merge pull request #318 from joefiorini/post-2.2--broccoliRefactor

Post 2.2  broccoli refactor
This commit is contained in:
Joe Fiorini 2015-07-22 16:09:47 -04:00
commit 56e8dbba9c
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -41,7 +41,7 @@ node_modules/**
npm-debug.log
# UI build debugging
/DEBUG-*
/DEBUG
# Testing
.coverage

View File

@ -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.