Closed
Description
This issue was originally filed by empyrean...@gmail.com
- Create a new polymer library web application in DartEditor with sample content
- either Build Polymer App from DartEditor (pub build --no-minify) or run 'pub build' from the command line
When running outside of a proxy, the build goal succeeds. When behind a corporate proxy, 'pub build' fails with an error: "Transformer library "package:polymer/transformer.dart" not found."
Dart 1.0.0.3_r30188, Mac OS X 10.8 and 10.9
Pub is able to see the proxy settings ("pub upgrade" successfully downloads dependencies) but the transformer library does not seem to respect those settings. Could this be related in any way to the IPv6 issues in [Issue #14677]? (though I'm not trying to run pub serve)