Skip to content

Commit

Permalink
Merge pull request #9 from uk-ar/grant-watch
Browse files Browse the repository at this point in the history
Enable grunt-watch with mochaTest
  • Loading branch information
technicalpickles committed Dec 5, 2014
2 parents 12b4cca + aaeb78f commit cee497a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ module.exports = function(grunt) {
}
},
watch: {
files: ['Gruntfile.js', 'test/**/*.coffee'],
tasks: ['test']
files: ['Gruntfile.js', 'test/**/*.coffee','test/**/*.js'],
tasks: ['mochaTest']
}
});
// load all grunt-plugin tasks
Expand Down

0 comments on commit cee497a

Please sign in to comment.