Skip to content

Commit

Permalink
fix(dev): karma:background task is missing, can't run grunt:dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
timkindberg committed Mar 2, 2014
1 parent bf11ac8 commit d9f7b89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ module.exports = function (grunt) {
},
unstable: {
configFile: 'config/karma-1.1.5.js'
},
background: {
background: true,
browsers: [ grunt.option('browser') || 'PhantomJS' ]
}
},
changelog: {
Expand Down

0 comments on commit d9f7b89

Please sign in to comment.