Polymer / tools

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

body element missing after vulcanizing #1999

Open TitanNano opened 6 years ago

TitanNano commented 6 years ago

Somehow the body element is missing after vulcanizing. All nodes are placed directly inside the html element.

I'm using Polymer2 with the latest bundler.

TitanNano commented 6 years ago

this was caused by an custom element inside the <head> tag.

creativeautomaton commented 6 years ago

Could you please expand on this? i am having the same issue. ``<!doctype html>

Lawntology
TitanNano commented 6 years ago

@creativeautomaton is this your source HTML or the generated file? The issue was triggered by a custom element inside the <header> tag, in my case that was <custom-style>.

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.