googlearchive / polymer-tutorial

Deprecated Polymer 0.5 tutorial app
211 stars 125 forks source link

Jade + Polymer #31

Closed SaidTayebi closed 9 years ago

SaidTayebi commented 9 years ago

Hi,

I'm using the tutorial with Node.js and Jade. The step 2 works fine but I have to use include post-card.html instead of link(rel="import" href="post-card.html"). But the step 3 does not work when I use include post-list.html. The fact is, link does not work but works with Polymer Elements. Do you guys have a workaround ?

Thanks