1.3.0 — Jan. 11, 2012 Removed AMD (RequireJS) support from Underscore. If you'd like to use Underscore with RequireJS, you can load it as a normal script, wrap or patch your copy, or download a forked version.

Why have they done it ? Does anyone know ? Because they added it only few month ago (in October), and amd are said to be far superior to CommonJS modules.

AMD is Asynchronous Module Definition.

link|improve this question

67% accept rate
1  
I hope you can link to a post, mail discussion, or twitter comment with motivation for this act or clarification from developers. – c69 Jan 25 at 20:08
1  
Asynchronous Module Definition not Advanced module loader, see github.com/amdjs/amdjs-api/wiki/AMD – Jacob Oscarson Jan 26 at 15:40
so far, the most prominent voice of AMD being said to be far superior to commonjs/etc is the creator of require.js himself. i'm less inclined to take blindly the opinions of the creator of a particular method than i am to listen to a community of people, and thus far, the jury's still out. – akisma Apr 18 at 17:15
feedback

1 Answer

up vote 12 down vote accepted

Jeremy gave his reasoning in the comments of the commit:

Yep. Not supporting a particular script loader will definitely make it easier for all of them to work properly.

I apologize for merging the support in the first place.

He also tweeted a bit more on the change (link from a later comment):

… because AMD support is breaking regular Underscore embeds on pages that also happen to use Require.js …

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.