Skip to content

Commit

Permalink
Check Gruntfile and tasks for code style
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Nov 8, 2013
1 parent 45be91e commit 85d4c01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gruntfile.js
Expand Up @@ -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(" ")
Expand Down

0 comments on commit 85d4c01

Please sign in to comment.