Open unbalanced opened 10 years ago
Is it possible to run karma using watch (grunt-contrib-watch) when the watch task is set with "nospawn": true
watch:{ dev: { options: { interrupt: true, nospawn: true }, files: [............], tasks:['concat:dev', 'karma:dev:run'] } }
karma: { dev: { configFile: 'config.js', browsers: ['PhantomJS'], background: true, singleRun: false } }
It currently only works when i dont use the nospawn configuration to watch. i would like to use nospawn since the watcher runs a lot faster that way on my env.
Thanks, your help is highly appreciated :)
Is it possible to run karma using watch (grunt-contrib-watch) when the watch task is set with "nospawn": true
It currently only works when i dont use the nospawn configuration to watch. i would like to use nospawn since the watcher runs a lot faster that way on my env.
Thanks, your help is highly appreciated :)