Skip to content
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

Does not work with newest version of backbone.js(0.9.2) #30

Closed
dva00jnd opened this issue Aug 30, 2012 · 1 comment
Closed

Does not work with newest version of backbone.js(0.9.2) #30

dva00jnd opened this issue Aug 30, 2012 · 1 comment

Comments

@dva00jnd
Copy link

Tried to add newest require.js and add shim, then it loaded but seems like no routing/events etc works.(Will look into it, later)
require.config({
'paths': {
"underscore": "libs/underscore-min",
"backbone": "libs/backbone-min"
},
'shim':
{
backbone: {
'deps': ['jquery', 'underscore'],
'exports': 'Backbone'
}
}
});

@thomasdavis
Copy link
Owner

Had to update routes to not use forward slash, fixed now and updated backbone to 9.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants