sindresorhus / gulp-vulcanize

Concatenate a set of Web Components into one file
MIT License
100 stars 25 forks source link

Update vulcanize version to 0.7.5 #16

Closed kaldrenon closed 9 years ago

kaldrenon commented 9 years ago

Vulcanizing a large web application with gulp-vulcanize resulted in the following error:

Uncaught HierarchyRequestError: Failed to execute 'appendChild' on 'Node': Nodes of type 'HTML' may not be inserted inside nodes of type '#document'.

When I used the vulcanize binary on version 0.7.1, I got the same error, but updating the binary to 0.7.5 fixed the issue.

sindresorhus commented 9 years ago

Not needed: https://nodesource.com/blog/semver-tilde-and-caret

kaldrenon commented 9 years ago

Thank you for the link; was not aware of that aspect of version notation in package.json. I will reinstall gulp-vulcanize locally.

Thanks for the quick response.