aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-10-03 21:23:20 -0400
committerScott González <scott.gonzalez@gmail.com>2012-10-03 21:23:20 -0400
commit3d9545ad2719853a075a00646458dfc679074d72 (patch)
tree0ec1c8fcc526a8b44a28fce42e838e5f7ec92e28 /grunt.js
parente8bdf468614e59309b4a02ad4f6c29c1d06083c1 (diff)
downloadjquery-ui-3d9545ad2719853a075a00646458dfc679074d72.tar.gz
jquery-ui-3d9545ad2719853a075a00646458dfc679074d72.zip
Update lint task to include the release script.
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index 548393b59..08647a7a1 100644
--- a/grunt.js
+++ b/grunt.js
@@ -287,7 +287,7 @@ grunt.initConfig({
// TODO remove items from this list once rewritten
return !( /(mouse|datepicker|draggable|droppable|resizable|selectable|sortable)\.js$/ ).test( file );
}),
- grunt: [ "grunt.js", "build/tasks/*.js" ],
+ grunt: [ "grunt.js", "build/**/*.js" ],
tests: "tests/unit/**/*.js"
},
csslint: {