diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-11-11 14:12:21 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-11-11 14:12:21 -0500 |
commit | 8de24907b70002305483615ee1926e95affe42b6 (patch) | |
tree | 5f6452faeeac0a3b79fb0f5b1990b7edb2321b54 /Gruntfile.js | |
parent | 36fd8c8d3bd422ed05519bbf7294076ee75f657f (diff) | |
download | jquery-ui-8de24907b70002305483615ee1926e95affe42b6.tar.gz jquery-ui-8de24907b70002305483615ee1926e95affe42b6.zip |
Build: Renamed jshint target from src to all.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 482eb45d6..e5ee423f1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -179,7 +179,7 @@ grunt.initConfig({ options: { jshintrc: true }, - src: [ + all: [ "ui/*.js", "Gruntfile.js", "build/**/*.js", |