Find the list of defined sammy.js routes
Sammy.js is a controller library in javascript. But sometimes we have a 404 because our route doesn't seems to be valid to sammy. How to know which route are defined by Sammy.js in a page ? Something like the ruby on rails' rake routes. Like answers we can search on app.routes. So I have something like in coffee script : jQuery.each...