aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-06-11 10:56:56 -0400
committerScott González <scott.gonzalez@gmail.com>2012-06-11 10:56:56 -0400
commita59c896b5444984c02b340b5f74258fabc484824 (patch)
tree9d52038162463f029109960a89a0287923452c79 /grunt.js
parent4866182deefdd06598b65fc79c6b8e7df05a54e4 (diff)
downloadjquery-ui-a59c896b5444984c02b340b5f74258fabc484824.tar.gz
jquery-ui-a59c896b5444984c02b340b5f74258fabc484824.zip
Build: Adding missing require in build.js and add buid/tasks/*.js to lint.
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 493d92b96..e58c9dff1 100644
--- a/grunt.js
+++ b/grunt.js
@@ -293,7 +293,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",
+ grunt: [ "grunt.js", "build/tasks/*.js" ],
tests: "tests/unit/**/*.js"
},
csslint: {