From 40acbcf256b20db2ac744b5c0a1bf6d7607d5983 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Mon, 13 Jul 2015 14:55:07 -0400 Subject: [PATCH] Massive refactor of Brocfile for clarity --- .gitignore | 2 +- Makefile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cf779d87af..cc85a598c3 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,7 @@ node_modules/** npm-debug.log # UI build debugging -/DEBUG-* +/DEBUG # Testing .coverage diff --git a/Makefile b/Makefile index 5f245be131..ec18f41f1e 100644 --- a/Makefile +++ b/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.