-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
When building gallery modules, it would be neat if shifter could augment the "requires" list with transitive dependencies within the gallery. So if gallery-a depends on gallery-b, and gallery-b depends on gallery-c and gallery-d, then gallery-a would list all three modules.
The big reason for this is that it would reduce the number of request to the gallery and make pages load faster. Instead of 3 requests (gallery-a, then gallery-b, then gallery-c and gallery-d), it would only requires 2 requests (gallery-a, then gallery-b, gallery-c, and gallery-d). The deeper the dependency tree, the bigger the savings.
Metadata
Metadata
Assignees
Labels
No labels