How to apply backbone router for full path, not a hash
问题 Does that possibility exist? Our site is not one page, but all js-files compressed inside of application.js , can I use backbone router for location.path parsing? I try Backbone.history.start(pushState: true) . It works for me, but is it correct? I need just initial parsing, not complicated routes and redirects via Backbone.Router . 回答1: You can just use a standard router. When you instantiate it and start the history object you can set what the root directory it should use as its base. In