requirejs-router
requirejs-router copied to clipboard
A scalable, lazy loading, AMD router.
Results
2
requirejs-router issues
Sort by
recently updated
recently updated
newest added
Hello! Update https://github.com/erikringsmuth/requirejs-router/blob/gh-pages/examples/ractive/main.js Change: view.teardown(render); for view.teardown().then(render); Now teardown returns a promise and does not accept arguments (it was a callback if i remember correctly) Cheers!
Is there any chance this package gets published to npm's public registry? Can't even install it using the Git endpoint since `package.json` has no version field. ``` npm ERR! No...