Differential / meteor-vulcanize

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

import.html: bad formatting error #5

Closed lorensr closed 9 years ago

lorensr commented 9 years ago

Hi, I see that the import.html works in polymer-demo, but when I add vulcanize to my project and use the same import.html file that the demo uses, I get:

=> Errors prevented startup:                  

   While building the application:
   client/views/import.html:2: bad formatting in HTML template

Because all of the <link rel="import" href="/components/*.html"> tags aren't inside a <template> or <head> tag. How do I fix this? Thanks!

schnie commented 9 years ago

None of our apps have had this issue yet, so it's hard to say. What version of meteor and polymer are you using? Can you provide a sample app? Thanks!

On Tue, Jan 6, 2015 at 12:42 AM, Loren Sands-Ramshaw < notifications@github.com> wrote:

Hi, I see that the import.html works in polymer-demo, but when I add vulcanize to my project and use the same import.html file that the demo uses, I get:

=> Errors prevented startup:

While building the application: client/views/import.html:2: bad formatting in HTML template

Because all of the tags aren't inside a