Jake Verbaten
Jake Verbaten
I updated the README with https://github.com/aaronblohowiak/routes.js#alternative-routers
Every route is pushed into a `routeMap` ( https://github.com/aaronblohowiak/routes.js/blob/master/index.js#L130 )
This looks good. Would love a second review from other maintainers / watchers though.
@neonstalwart that's not currently possible with strings. You can add a handler for `.addRoute('/foo*')` and `.addRoute('/foo/bar')` then use the `.next()` feature to get both matches and invoke them. Because the...
Codemirror looks overkill, highlight.js is more sensible
cc @creationix
@rf which version of node ? Looking at the source code I dont see anything different between gzip & unzip in node.
@rf try running the tests in different orders, it might not be gzip vs unzip, it might be the first one wins & second one fails.
Ran into this issue myself today on a large project.