We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9614b86 + 007b78a commit 2720266Copy full SHA for 2720266
Gruntfile.js
@@ -7,8 +7,13 @@ module.exports = function(grunt) {
7
grunt.loadNpmTasks('grunt-hustler');
8
grunt.loadNpmTasks('grunt-karma');
9
grunt.loadNpmTasks('grunt-conventional-changelog');
10
+ grunt.loadNpmTasks('grunt-contrib-watch');
11
12
grunt.initConfig({
13
+ watch: {
14
+ files: ['src/**/*'],
15
+ tasks: ['build'],
16
+ },
17
karma: {
18
options: {
19
configFile: 'karma.conf.js'
package.json
@@ -13,6 +13,7 @@
"karma-chrome-launcher": "~0.1",
"karma-firefox-launcher": "~0.1",
"karma-phantomjs-launcher": "~0.1",
- "grunt-conventional-changelog": "~1.1"
+ "grunt-conventional-changelog": "~1.1",
+ "grunt-contrib-watch": "~0.6.1"
}
0 commit comments