Check Gruntfile and tasks for code style

Cherry picked from 85d4c0133b commit
This commit is contained in:
Oleg 2013-11-08 16:03:51 +01:00
parent 7f829752e6
commit 0b987dbaf9

View File

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