denar90 / karma-brunch

Adds karma support to brunch
3 stars 2 forks source link

Reusing the karma server on recompile #1

Closed jtharris closed 8 years ago

jtharris commented 8 years ago

It looks like the primary use case in the initial version was to use with brunch build. There was a bug in using brunch watch however, as a new karma server was spawned per compile.

This PR reuses the karma service once it is started, so that you can use brunch watch with singleRun: false.

denar90 commented 8 years ago

Thank you for PR @jtharris. It's 👍

jtharris commented 8 years ago

Thanks! Were you planning on a new npm release soon?

denar90 commented 8 years ago

@jtharris released.