-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to use the new public karma api for refreshing files #63
Conversation
Eagerly waiting for this fix. |
@MikaAK it was running fine on my examples, any chance you could share the code/ a minimal repro for the hanging behaviour? |
I've extracted on of our projects out to here It's not the most minimal unfortunately but I've tried to take it down a bit. While I was doing so I deleted some of my Update @dignifiedquire I managed to find what causes it to stall, but I have no idea why it causes it to do so. I've left some notes in the readme. |
I checked @dignifiedquire 's fork and it's working great for me with Karma |
works for me "karma-webpack": "Dignifiedquire/karma-webpack#29fb1d801158f29cb0eb784edff69356705a7b74", |
@sokra any chance to get this merged in soon? Thanks! |
Let's 🚢 this please! |
Upgrade to use the new public karma api for refreshing files
Thanks |
@dignifiedquire Do you want to maintain this module? |
@sokra when do you plan to release this? |
@sokra I'm happy to help out sure. |
Awesome!
|
published |
💯 |
@sokra yepp, thanks! Working great. |
I've just released
0.13.2
which adds a public api, that avoids having the breakage that was experienced with the upgrade to0.13.0
Closes #62, karma-runner/karma#1497