We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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' } } });
The text was updated successfully, but these errors were encountered:
Had to update routes to not use forward slash, fixed now and updated backbone to 9.2
Sorry, something went wrong.
No branches or pull requests
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'
}
}
});
The text was updated successfully, but these errors were encountered: