-
Notifications
You must be signed in to change notification settings - Fork 248
<fix>(transformers): Fix relative URL lookup for transformers, and web assets #1650
<fix>(transformers): Fix relative URL lookup for transformers, and web assets #1650
Conversation
LGTM. |
Extracts logic used in the TypeRelativeUriGenerator to be used in other transformers. This allows other transformers such as the ExpressionGenerator and later the TemplateCacheGenerator to find relative resources. Fixes asset resolution according to Barback rules which are defined here: http://goo.gl/YDMRc2 specifically library assets are defined with packages being in the URI and all other resources are considered web resources. Closes dart-archive#1649, dart-archive#1651
840fb65
to
6f707d7
Compare
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA) at https://cla.developers.google.com/. If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check the information on your CLA or see this help article on setting the email on your git commits. Once you've done that, please reply here to let us know. If you signed the CLA as a corporation, please let us know the company's name. |
Merged Pull request for #1652 into this one. I think it is ready for a merge. |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
12 similar comments
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
What the hell happened here? |
Achievement unlocked: CLA signature found! |
24 similar comments
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Achievement unlocked: CLA signature found! |
Extracts logic used in the TypeRelativeUriGenerator to be used in other
transformers. This allows other transformers such as the ExpressionGenerator
and later the TemplateCacheGenerator to find relative resources.
Closes #1649