From 016f2f1d8fa72787c0d1554aa6da471d718b1622 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 11 Nov 2013 14:12:21 -0500 Subject: [PATCH] Build: Renamed jshint target from src to all. (cherry picked from commit 8de24907b70002305483615ee1926e95affe42b6) --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 58274988b..3aa8711f4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -211,7 +211,7 @@ grunt.initConfig({ options: { jshintrc: true }, - src: [ + all: [ "ui/*.js", "Gruntfile.js", "build/**/*.js", -- 2.39.5