Changelog
8.0.3
Fix opts.live
as a string, allowing an array of options to be passed to filter file names.
Changelog
8.0.2
Fix flow so that bundling events start after server connects, also updated upstream in watchify-middleware.
Changelog
8.0.0
The server code has been refactored to use connect/express-style middleware stacking. Fixes #80, #79, #124, #128.
Functions for opts.middleware
now assumes the following signature, and will not behave differently based on the number of arguments you specify:
middleware(req, res, next)
The middleware
options can now be an array of functions, or a single function.