We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45980c commit f3b196cCopy full SHA for f3b196c
Gruntfile.js
@@ -36,6 +36,7 @@ module.exports = function(grunt) {
36
37
grunt.loadNpmTasks('grunt-contrib-nodeunit');
38
grunt.loadNpmTasks('grunt-contrib-jshint');
39
+ grunt.loadNpmTasks('grunt-contrib-watch');
40
// Default task.
41
grunt.registerTask('default', 'nodeunit');
42
package.json
@@ -31,7 +31,8 @@
31
"devDependencies": {
32
"grunt": "^0.4.5",
33
"grunt-contrib-jshint": "^0.11.2",
34
- "grunt-contrib-nodeunit": "^0.4.1"
+ "grunt-contrib-nodeunit": "^0.4.1",
35
+ "grunt-contrib-watch": "^0.6.1"
},
"keywords": []
}
0 commit comments