Check Gruntfile and tasks for code style

This commit is contained in:
Oleg 2013-11-08 16:03:51 +01:00
parent 45be91e398
commit 85d4c0133b

View File

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