diff --git a/Gruntfile.js b/Gruntfile.js index 016accf52..d3318528c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: {