-
Notifications
You must be signed in to change notification settings - Fork 60
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
rel 0.4.8 Object #<Object> has no method 'async' on exit #30
Comments
Can you let me know what what grunt task(s) you're running & what your |
sure:
my current dependency versions:
with this it works, when I put "0.4.x" for grunt-express-server, I get the error above |
Reverted v0.4.8 & just published v0.4.9 until this is resolved. Sorry about that :( |
(Can you confirm v0.4.9 works for you? That way I can go back to the original problem) |
confirmed: v0.4.9 is running fine here |
Good deal! Back to resolving the other issue now :) |
I can reproduce that problem, it appears when the express server isn't stopped in |
closes ericclemmons#28 closes ericclemmons#30 - added stopdone to wait for server to stop - renamed done to startdone - added conditional for `grunt.task.current.async()` - added testsequence which is able to reproduce the bug without my changes to server.js - added `express:defaults` without `express:defaults:stop` at the end of the file to reproduce missing 'async'
When I update my build to the newest 0.4.8 I get the following error when grunt is exiting and the server should be stopped.
When I fix the dependency to 0.4.7 it works again.
thanks,
Reto
The text was updated successfully, but these errors were encountered: