Skip to content

Use backbone 1.2.0 #2559

@johannes-photobox

Description

@johannes-photobox

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions