-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2de8020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes require.js unable to load Backbone-relational. See issues #215 and #57.
2de8020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 (I mean plus one on @glyphobet's comment)
2de8020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, how does Backbone make RequireJS/CommonJS/AMD/node/browserify all work at the same time and relational fails to do so?
2de8020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does Backbone have AMD support? I thought not. I know Underscore used to, but it was removed.
My problem is that this commit breaks existing code written to use Require.js and seems to preclude its use. I'd like to see it fixed up or reverted or else I am stuck using forks.
2de8020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently, there are very few people who know how all these different requirement managers behave and interact. I know I sure don't..
I'll give one potential solution (just a guess, compounded with some common sense...) a shot; if that doesn't work, I'll revert this change.
2de8020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
much appreciated