Support: Import on custom elements
All the examples specified in the readme doc explains about how to use the web elements in the main layout html. But there isn't any info on how to use it on the custom element itself.
In a typical polymer app, everything is a web component and they can be extendable and reusable. For an example, check out the the topeka quiz element https://github.com/Polymer/topeka-elements/blob/master/templates/topeka-quiz-four-quarter.html
here the code snippet
<link rel="import" href="../topeka-quiz-base.html">
<link rel="import" href="../../core-selector/core-selector.html">
<link rel="import" href="../../paper-button/paper-button.html">
<polymer-element name="topeka-quiz-four-quarter" extends="topeka-quiz-base" noscript relative>
how can this element import can be translated to emcee way?
move all this imports to custom manifest file, and refer them in the polymer element file.
is emcee equipped to handle recursive imports on the element level.??
Any help is very much appreciated.
Hi, sorry for taking so long to get back to you.
Right now, I'm not sure how to fix your issue. Also, I don't have the need nor the motivation to work on this gem anymore. Sorry again!
Will still accept PRs, though.