Differential / meteor-vulcanize

Vulcanize html imports in your meteor app.
32 stars 15 forks source link

VULCANIZE=true meteor problems, Uncaught HierarchyRequestError #1

Closed grigio closed 8 years ago

grigio commented 9 years ago

The command meteor works fine and loads the dependencies in client/imports.html but

VULCANIZE=true meteor

has some problems, here is the inspector:

Uncaught HierarchyRequestError: Failed to execute 'appendChild' on 'Node': Nodes of type 'HTML' may not be inserted inside nodes of type '#document'. polymer.js:6353(anonymous function) polymer.js:6353(anonymous function) polymer.js:6358(anonymous function) polymer.js:7476
Uncaught TypeError: object is not a function vulcanized.html:21

Here is the full source https://github.com/grigio/meteor-polymer-example

hellogerard commented 9 years ago

@grigio, can you try moving your head tag outside of a template?

grigio commented 9 years ago

I removed <head> section completly I still get the error

hellogerard commented 9 years ago

Don't remove it completely. Just move it outside of the 'template' tag.

On Thursday, December 11, 2014, Luigi Maselli notifications@github.com wrote:

I removed section completly I still get the error

— Reply to this email directly or view it on GitHub https://github.com/Differential/meteor-vulcanize/issues/1#issuecomment-66656287 .

grigio commented 9 years ago

I also tried that it seems it doesn't fix it