albertinad / brackets-bower

Bower integration in Brackets.
MIT License
47 stars 9 forks source link

Proxy support as per Brackets configuration #20

Closed busykai closed 9 years ago

busykai commented 9 years ago

Hi!

Brackets does allow you to configure proxy via preferences for the editor itself (extension installation, registry access etc.). It would be nice if this preference was passed to bower to help folks behind the proxy being able to use this extension without configuring .bowerrc.

It may be reasonable for Brackets proxy preferences to take priority over .bowerrc proxy. Brackets does not distinguish, though, between http-proxy and https-proxy as Bower does (even though in majority of the cases, they are the same thing).

albertinad commented 9 years ago

Hi @busykai Thanks! I'll implement it for the next version.

albertinad commented 9 years ago

Hi @busykai , the proxy support is ready! you can check it out in the new version 0.1.5 that is on the registry.

busykai commented 9 years ago

@albertinad, confirmed fixed! thanks a lot!