Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4835

Can someone explain Ember's dependency manager?

$
0
0

@tsteuwer wrote:

When going through the dependency management for addons, how does ember handle things which have the same dependency but different versions? Say for instance:

App
- Dependencies
-- moment 1.5.4
-- jQuery 2.1
-- addon1 1.5
-- addon2 10.4.3

Addon 1.5
- Dependencies
-- moment 1.1
-- jquery 2.8

Addon 10.4.3
- Dependencies
-- moment 1.5

Does ember compile it to just include the highest version of each dependency or would this theoretical app include two versions of jQuery, 3 versions of moment, etc?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4835

Trending Articles