xoss
xoss
Couldn't you just limit the use of Backbone to
Just for the record: I totally agree with you, that the AMD compatibility is a huge change and should not be reflected by a minor version bump.
So far, so good, ya. The problems occurs when you start to concat and minify the js to one single main.js file with requirejs. Even if you define a shim...
Checkout https://github.com/xoss/backbone-nested-model-AMD Run 1. bower install 2. grunt serve => Works just fine 3. grunt serve:dist => Not working Replace "backbone":"1.1.1." by "backbone":"1.1.0" in bower.json. Run the same procedure. 3....