Hi guys,
Hoping to get some help from you.
Trying to create just a basic app layout with Polymer (served by Tornado).
If I only include one element (say paper-button), it loads without any problems.
I have an elements.html (inside elements directory) that includes all the elements.
The moment I add a second element to that list (inside elements.html) say paper-drawer-panel, on reload of page everything is just blank... even a test div with an h1 I included at the very end just to verify. Remove the second element, all is good again.
I have triple checked all the import statements for the element and the paths are all correct.
I recall having this issue when using polymer with meteor and I believe I solved it by removing the import of polymer.html from every element's html page.
I can't say I understand why that fixed it then, perhaps if I did I can figure out why it's happening again.
Any thoughts are appreciated!