-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bower private packages & stats #711
Comments
Is it possible to whitelist everything that comes from github.com/polymer On Thu, Aug 14, 2014 at 4:13 PM, Ray Shan [email protected] wrote:
|
Yes I think we can manage that. Note that when we have a per-package API & page available for bower packages, Polymer & related packages won't show up. At the minimal I would recommend registering Polymer. |
Hm, are you planning to have individual pages on the bower site that go On Thu, Aug 14, 2014 at 5:20 PM, Ray Shan [email protected] wrote:
|
Yes, if we expost a per-package API, it would be pretty easy to wire one up. Not too different than npm: https://www.npmjs.org/package/bower |
I think part of the trouble is that we probably shouldn't be polluting the Bower namespace with |
Re: registering polymer; it is registered, but pointed to the wrong repo. |
@nevir @azakus I don't see an issue with the |
Polymer packages are no longer blacklisted due to being private. They don't have any github info yet due to lack of mapping, just need to scrape them. |
Hi Polymer team, I've been wondering about what to do w/ Polymer & its components' stats.
Currently the Bower CLI is collecting the stats: https://twitter.com/rayshan/status/484516581314007040
However all polymer bower packages are marked as
private: true
, and aren't in the registry. You guys are taking advantage of Bower CLI's github resolver to allow people to install.The correct behavior for Bower should be to respect package's privacy and not record / display stats. But this will mean you won't see anything Polymer-related on http://bower.io/stats.
Would you like Bower to respect your privacy? Or register everything in the Bower registry? Or should I whitelist everything Polymer related?
cc @robdodson @addyosmani since they asked me about this previously
The text was updated successfully, but these errors were encountered: