Skip to content

Commit f3b196c

Browse files
committed
Use grunt-contrib-watch
1 parent a45980c commit f3b196c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ module.exports = function(grunt) {
3636

3737
grunt.loadNpmTasks('grunt-contrib-nodeunit');
3838
grunt.loadNpmTasks('grunt-contrib-jshint');
39+
grunt.loadNpmTasks('grunt-contrib-watch');
3940
// Default task.
4041
grunt.registerTask('default', 'nodeunit');
4142

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"devDependencies": {
3232
"grunt": "^0.4.5",
3333
"grunt-contrib-jshint": "^0.11.2",
34-
"grunt-contrib-nodeunit": "^0.4.1"
34+
"grunt-contrib-nodeunit": "^0.4.1",
35+
"grunt-contrib-watch": "^0.6.1"
3536
},
3637
"keywords": []
3738
}

0 commit comments

Comments
 (0)