Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
grunt watch runs test suite on any changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pontifier committed Oct 12, 2013
1 parent b6830ba commit 71365db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ module.exports = function(grunt) {
options: {
livereload: true
}
}
},
test: {
files: '*',
tasks: ['test']
}
},
jshint: {
all: ['gruntfile.js', 'public/js/**/*.js', 'test/**/*.js', 'app/**/*.js']
Expand Down

0 comments on commit 71365db

Please sign in to comment.