diff options
author | Oleg <markelog@gmail.com> | 2013-11-08 16:03:51 +0100 |
---|---|---|
committer | Oleg <markelog@gmail.com> | 2013-11-08 16:07:45 +0100 |
commit | 0b987dbaf95bf11c44bc90ee3602360a6cbbe5ea (patch) | |
tree | 7e74a4886e9f17df77c3f9889309e8884825b2fe /Gruntfile.js | |
parent | 7f829752e6de90593214b80ab150b06a1748e5a2 (diff) | |
download | jquery-0b987dbaf95bf11c44bc90ee3602360a6cbbe5ea.tar.gz jquery-0b987dbaf95bf11c44bc90ee3602360a6cbbe5ea.zip |
Check Gruntfile and tasks for code style
Cherry picked from 85d4c0133b5369b54bc9c4250989214bb2d45700 commit
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 91ee255c9..55aca6e10 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -82,7 +82,9 @@ module.exports = function( grunt ) { } }, jscs: { - src: "src/**/*.js" + src: "src/**/*.js", + gruntfile: "Gruntfile.js", + tasks: "build/tasks/*.js" }, testswarm: { tests: "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue selector serialize support traversing Sizzle".split(" ") |