Hi
Affected Version: Bower 0.4.2
Case: Add a subrouter (prefix "", routes "" and "foo")
Expectation: Routes / and /foo are catched
Result: Using the minified version the regex in Backbone.history.handlers is /^/foo(?:?([\s\S]*))?$/ therefore /foo is NOT catched. Using the non minified version everything works like a charm.
Can you fix this?
Regards
Sven