You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.
The bower.json file currently has backbone <=1.1.0 as a dependency. Since the repo readme example is using Backbone 1.1.2, can the bower.json be adjusted to follow suit?
The main benefit of the more recent Backbone version is that it includes AMD and CommonJS support. Without it, we not only have to shim this project (backbonefire), but then we have to revert back to shimming Backbone and Underscore.
On a related note, is adding AMD / CommonJS support to this project on the horizon anytime soon?
The text was updated successfully, but these errors were encountered:
The bower.json file currently has backbone <=1.1.0 as a dependency. Since the repo readme example is using Backbone 1.1.2, can the bower.json be adjusted to follow suit?
The main benefit of the more recent Backbone version is that it includes AMD and CommonJS support. Without it, we not only have to shim this project (backbonefire), but then we have to revert back to shimming Backbone and Underscore.
On a related note, is adding AMD / CommonJS support to this project on the horizon anytime soon?
The text was updated successfully, but these errors were encountered: