From d48fbaa6b4766b31b9aa93b4126b9a0e67fcfd42 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Tue, 31 Mar 2015 15:01:19 -0400 Subject: [PATCH] Support build configuration allowing plato reports to run --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 07b73f0df4..021bcbf74c 100644 --- a/Makefile +++ b/Makefile @@ -250,9 +250,13 @@ test_coverage: coverage_html: coverage html -ui_analysis_report: node_modules Gruntfile.js +ui_analysis_report: reports/ui_code node_modules Gruntfile.js $(GRUNT) plato:report +reports/ui_code: node_modules clean-ui Brocfile.js bower.json Gruntfile.js + rm -rf reports/ui_code + $(BROCCOLI) build reports/ui_code -- --no-concat --no-tests --no-styles + # Run UI unit tests test_ui: node_modules minjs_ci Gruntfile.js $(GRUNT) karma:ci