-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require.js support #74
Comments
tracend
added a commit
that referenced
this issue
Mar 30, 2014
tracend
added a commit
that referenced
this issue
Mar 30, 2014
Basic implementation in place. Loading backbone.app in this manner will require a callback and optionally can accept the path to the router.
|
Closing as addressed |
Re-opening to improve how the lib works with require.js |
tracend
added a commit
that referenced
this issue
Jun 19, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Defining the APP namespace is decent but it is strictly hardcoded to the set objects.
Using a module-based loader like Require.js is possible in the current state but the APP object needs to be exported and the routers saved in APP.Routers.
Maybe the initialization should be more fluid manner to allow dynamic loading of routers when
define
is available in the global namespace...The text was updated successfully, but these errors were encountered: