karma-runner / grunt-karma

Grunt plugin for Karma.
MIT License
468 stars 116 forks source link

Only pass client config to karma if it is really defined #130

Closed cevou closed 9 years ago

cevou commented 9 years ago

Only pass client config to karma if it really defined in the grunt config

If the client object is always passed to karma, config of the configFile is overwritten.

Fixes: https://github.com/karma-runner/grunt-karma/issues/119

dignifiedquire commented 9 years ago

@cevou thanks, this looks good to me. Could you please make sure to follow the commit message rules thanks.

dignifiedquire commented 9 years ago

I merged it myself in 15fee6f9c214ce8c55827c6e4d4e63a00f8bc204