What is the default (official?) Bower registry URL?
问题 What is the main Bower registry URL? We're trying to set up Bower to use our registry first, then the "official" Bower registry second. We've created our own little Bower registry based on the endpoints exposed in [bower/registry]1. Works great. Based on this doc, it looks like we need to create a .bowerrc file with an array of registries like { "registry": { "search": [ "http://myCustomRegistry/api", "theMainBowerRegistry" ] } } Works fine for use my custom registry, but I can't find the URL