Hacker News new | ask | show | jobs
by msbarnett 3800 days ago
This is more an argument for caching or vending dependencies than anything else.

If the ability to make builds is critical to your org, making your build process depend on the availability of third-party services over which you have no control is going to end in tears.

1 comments

This is it. Production builds have to have dependencies hosted internally, not all over the web.