Skip to content

Commit d9f7b89

Browse files
committed
fix(dev): karma:background task is missing, can't run grunt:dev.
1 parent bf11ac8 commit d9f7b89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gruntfile.js

+4
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ module.exports = function (grunt) {
9393
},
9494
unstable: {
9595
configFile: 'config/karma-1.1.5.js'
96+
},
97+
background: {
98+
background: true,
99+
browsers: [ grunt.option('browser') || 'PhantomJS' ]
96100
}
97101
},
98102
changelog: {

0 commit comments

Comments
 (0)