aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-11-09 17:30:43 -0500
committerMike Sherov <mike.sherov@gmail.com>2012-11-09 17:30:43 -0500
commitd6c6b7dc3381432f50212b4f458931b2521ecb56 (patch)
tree157024021a50114110a65fa656c50037bc5fbf80 /grunt.js
parent00e92e16b4f4a9f30cb12bbdc23aeba97d17203d (diff)
downloadjquery-ui-d6c6b7dc3381432f50212b4f458931b2521ecb56.tar.gz
jquery-ui-d6c6b7dc3381432f50212b4f458931b2521ecb56.zip
Dev: make sure all files can pass JSHint!
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/grunt.js b/grunt.js
index 91293e6bc..524421be7 100644
--- a/grunt.js
+++ b/grunt.js
@@ -285,10 +285,7 @@ grunt.initConfig({
})
},
lint: {
- ui: grunt.file.expandFiles( "ui/*.js" ).filter(function( file ) {
- // TODO remove items from this list once rewritten
- return !( /(mouse)\.js$/ ).test( file );
- }),
+ ui: "ui/*.js",
grunt: [ "grunt.js", "build/**/*.js" ],
tests: "tests/unit/**/*.js"
},