lazd / gulp-karma

Karma plugin for gulp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with the canary versions of karma

ScottWeinstein opened this issue · comments

I'm having issues running gulp-karma w/ the packaged version of Karma 0.11.9.

Perhaps gulp-karma can have two release versions, an even series - tracking the stable version of Karma, and an odd series, tracking the canary versions of Karma?

I've switched gulp-karma to track the stable version. As karma is now a peerDependency, we could change package.json to look for karma: ">0.10.9" which would allow users to install the canary version locally and use it with gulp-karma. Closed by a1d34ec