karma-runner / grunt-karma

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

Is karma 0.12 really required for the latest build? #98

Closed toranb closed 10 years ago

toranb commented 10 years ago

Karma 0.12.x is extremely broken and I'm curious if this really needs to depend on the absolute latest build of karma.

If not ... it would be great to support 0.10

Thanks again for the awesome OSS project !!!

dignifiedquire commented 10 years ago

you can use grunt-karma@0.6.x that is compatible with 0.10

toranb commented 10 years ago

Agreed, I was just curious if this module needed to track tightly w/ the release number of karma proper. I got this working with 0.7.1 for now (thanks again for the OSS project)