From 52dc28f7c5c58b27ce0719dfb51591e067ca4ca0 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Mon, 29 Aug 2016 10:20:33 -0400 Subject: [PATCH] jshint given desired commands, although not working --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3841487ee8..147f430e96 100644 --- a/Makefile +++ b/Makefile @@ -490,8 +490,9 @@ ui-test-ci: ui-deps-built testjs_ci: echo "Update UI unittests later" #ui-test-ci -jshint: - echo "Remove this Makefile target when 3.0.x development is finished" +jshint: ui-deps-built + grunt --gruntfile awx/ui/Gruntfile.js jshint + # Depends on node 6.x and npm 3.x installed on Jenkins slave ui-test-saucelabs: ui-deps-built $(NPM_BIN) --prefix awx/ui run test:saucelabs