From 43d6124153851905efabd6d68783e697b3399041 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Mon, 9 Feb 2015 09:45:23 -0500 Subject: [PATCH] Add target for ci to minify with tests --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fed070e6f9..369ffb5698 100644 --- a/Makefile +++ b/Makefile @@ -248,7 +248,7 @@ ui_analysis_report: node_modules $(GRUNT) plato:report # Run UI unit tests -test_ui: node_modules +test_ui: node_modules minjs_ci $(GRUNT) karma:ci # Run API unit tests across multiple Python/Django versions with Tox. @@ -281,6 +281,9 @@ devjs: node_modules clean-ui minjs: node_modules clean-ui $(BROCCOLI) build awx/ui/static/dist -- --silent --no-debug --no-tests --compress +minjs_ci: node_modules clean-ui + $(BROCCOLI) build awx/ui/static/dist -- --no-debug --compress + # Check .js files for errors and lint jshint: node_modules $(GRUNT) $@