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

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.