Joined February 2014
·
Achievements
69 Karma
0 Total ProTip Views
Altruist
Increase developer well-being by sharing at least 20 open source projects
Cub
Have at least one original jQuery or Prototype open source repo
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Honey Badger
Have at least one original Node.js-specific repo
Kona
Have at least one original repo where CoffeeScript is the dominant language
It seems that from version 1.1.2, Backbone now supports the AMD registration itself:
https://github.com/amdjs/backbone/issues/10
Apparently, Underscore also supports AMD registration itself.
So it seems that @jrburke has stopped releasing versions for the backbone-amd and underscore-amd forks.
@victorquinn, now, you can load the original version of Backbone as an AMD module, still without needing the shim stuff.
I don't know the impact on using it with Lodash though.