Polymer / tools

Polymer Tools Monorepo
BSD 3-Clause "New" or "Revised" License
430 stars 200 forks source link

Vulcanize incorrectly rewrites relative paths #1862

Open justinfagnani opened 8 years ago

justinfagnani commented 8 years ago

Report from customer, needs reproduction:

If I write:

<iframe src="../foo.html">

in a Polymer component that's vulcanized by polymer_binary, the resulting HTML contains this:

<iframe src="/foo.html">

garlicnation commented 8 years ago

I believe this only happens when vulcanize is invoked with --abspath

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.