Massive refactor of Brocfile for clarity

This commit is contained in:
Joe Fiorini
2015-07-13 14:55:07 -04:00
parent ad169fbaa0
commit 40acbcf256
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

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

View File

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