|
|
|
|
|
by achairapart
2066 days ago
|
|
This still works on a single website level. A common package manager will help every website that need the same deps (at least in the same semver range) with the benefit of a download once/available to everyone, true immutable, cache. Edit: The most common example. Let's say you need jQuery. The browser download the repo once and then it will be ready and available for maybe millions of website. Just think about the benefit of the saved bandwidth alone. I cannot stop to think how stupid is to download the same assets again and again and again for every website you visit. |
|