Add grunt task for running plato reports

This commit is contained in:
Joe Fiorini 2015-01-29 13:31:55 -05:00
parent 1809fec52e
commit 98a4f195c2
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,4 @@
{
// Details: https://github.com/victorporof/Sublime-JSHint#using-your-own-jshintrc-options
// Example: https://github.com/jshint/jshint/blob/master/examples/.jshintrc
// Documentation: http://www.jshint.com/docs/
"browser": true,
"jquery": true,
"esnext": true,

View File

@ -66,7 +66,7 @@ MOCK_CFG ?=
.PHONY: clean rebase push requirements requirements_pypi requirements_jenkins \
develop refresh adduser syncdb migrate dbchange dbshell runserver celeryd \
receiver test test_coverage coverage_html test_ui test_jenkins dev_build \
receiver test test_coverage coverage_html ui_analysis_report test_ui test_jenkins dev_build \
release_build release_clean sdist rpmtar mock-rpm mock-srpm \
deb deb-src debian reprepro setup_tarball
@ -240,6 +240,9 @@ test_coverage:
coverage_html:
coverage html
ui_analysis_report: node_modules
$(GRUNT) plato:report
# Run UI unit tests
test_ui: node_modules
$(GRUNT) karma:ci