From: Scott González Date: Mon, 11 Nov 2013 19:12:21 +0000 (-0500) Subject: Build: Renamed jshint target from src to all. X-Git-Tag: 1.10.4~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=016f2f1d8fa72787c0d1554aa6da471d718b1622;p=jquery-ui.git Build: Renamed jshint target from src to all. (cherry picked from commit 8de24907b70002305483615ee1926e95affe42b6) --- 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",