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(" ")