Skip to content

Commit 0569016

Browse files
chore(grunt): Add karma.watch task
1 parent 0a9aa0c commit 0569016

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Gruntfile.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ module.exports = function (grunt) {
9797
background: {
9898
background: true,
9999
browsers: [ grunt.option('browser') || 'PhantomJS' ]
100+
},
101+
watch: {
102+
configFile: 'config/karma.js',
103+
singleRun: false,
104+
autoWatch: true,
105+
autoWatchInterval: 1
100106
}
101107
},
102108
changelog: {

0 commit comments

Comments
 (0)