Skip to content
Permalink
Browse files
Check Gruntfile and tasks for code style
  • Loading branch information
markelog committed Nov 8, 2013
1 parent 45be91e commit 85d4c01
Showing 1 changed file with 3 additions and 1 deletion.
@@ -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(" ")

0 comments on commit 85d4c01

Please sign in to comment.