diff options
author | Oleg <markelog@gmail.com> | 2013-11-08 16:03:51 +0100 |
---|---|---|
committer | Oleg <markelog@gmail.com> | 2013-11-08 16:03:51 +0100 |
commit | 85d4c0133b5369b54bc9c4250989214bb2d45700 (patch) | |
tree | 2d7d828d1be54c63d08ac59a7e00343e6a3df78e /Gruntfile.js | |
parent | 45be91e3981164e076a71de31f0b8a972a4bf104 (diff) | |
download | jquery-85d4c0133b5369b54bc9c4250989214bb2d45700.tar.gz jquery-85d4c0133b5369b54bc9c4250989214bb2d45700.zip |
Check Gruntfile and tasks for code style
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 c21a7a676..a341600c6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -84,7 +84,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(" ") |