karma-runner / grunt-karma

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

v0.10.0 always overrides files property in karma config file #134

Closed MaxiSir closed 9 years ago

MaxiSir commented 9 years ago

In v0.10.0 that added the file matching using grunt: "let Grunt do the file matching (cb53deae)" But this break use case when you prepare the karma config by another task in grunt (or just have a static karma config) that already defines files property.

dignifiedquire commented 9 years ago

@MaxiSir thanks for the quick report, please take a look if #135 fixes the issue.

MaxiSir commented 9 years ago

It fixed my issue, Thank you