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.