diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-03 21:23:20 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-03 21:23:20 -0400 |
commit | 3d9545ad2719853a075a00646458dfc679074d72 (patch) | |
tree | 0ec1c8fcc526a8b44a28fce42e838e5f7ec92e28 /grunt.js | |
parent | e8bdf468614e59309b4a02ad4f6c29c1d06083c1 (diff) | |
download | jquery-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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: { |