Skip to content

Commit

Permalink
Mmmn, dogfood.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Apr 6, 2012
1 parent dad7b07 commit 0cf795c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,19 @@ module.exports = function(grunt) {
lint: {
all: ['grunt.js', 'lib/**/*.js', 'tasks/*.js', 'tasks/*/*.js', 'test/**/*.js']
},
watch: {
files: ['<config:lint.all>', '<config:docs.all>'],
tasks: 'default'
},
docs: {
all: ['README.md', 'docs/*.md']
},
watch: {
scripts: {
files: '<config:lint.all>',
tasks: 'lint test'
},
docs: {
files: '<config:docs.all>',
tasks: 'docs'
}
},
jshint: {
options: {
curly: true,
Expand Down

0 comments on commit 0cf795c

Please sign in to comment.