David Steinbach
Results
2
issues of
David Steinbach
Sorry for the most-likely stupid question but... I've cloned the repo, ran dev-with-docker and noticed an error saying `/proc/meminfo` is not installed (im on a mac). So I tried hardcoding...
In this example, clicking the link will redirect user to a 404 page. ``` javascript search bone.router({ routes: { "/search/:query": "find" }, find: function(query, data) { alert(query); } }); bone.router.start({pushState:...