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