I noticed while trying to use this library in a Grunt instance that, when installed on top of other middlewares, the middlewares further down the stack are not executed. Adding a call to next() after the end event seemed to fix the problem. Opened a pull request to fix this issue: #59
I noticed while trying to use this library in a Grunt instance that, when installed on top of other middlewares, the middlewares further down the stack are not executed. Adding a call to
next()after theendevent seemed to fix the problem. Opened a pull request to fix this issue: #59