-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
At the moment when you install backbone and marionette without a version number you will install marionette 2.4.1 and backbone 1.2.0. Since marionette uses 1.1.2, you will have two versions of backbone in use within you application which leads to nasty errors, for example if you want to assign jQuery to backbone Backbone.$ = require('jquery') then Marionette can't access jQuery (for Deferred etc.) since it's accessing it's own backbone dependency.
Metadata
Metadata
Assignees
Labels
No labels