PolymerElements / iron-component-page

A reusable landing page for elements
36 stars 32 forks source link

Support multiple sources #34

Closed ebidel closed 8 years ago

ebidel commented 9 years ago

Elements that are not imported by another element are not picked up by the system:

screen shot 2015-06-17 at 8 31 52 am

The component page does not include all of the elements:

screen shot 2015-06-17 at 8 31 46 am

In 0.5, <core-component-page sources='["paper-tabs.html", "paper-tab.html"]'> worked for this.

atotic commented 9 years ago

We should support useBowerJson property that parses main.

MeTaNoV commented 8 years ago

+1

ronnyroeller commented 8 years ago

+1

notwaldorf commented 8 years ago

I think you can use an array for the sources in iron-component-page now: https://github.com/PolymerElements/paper-tabs/blob/master/index.html#L22

ronnyroeller commented 8 years ago

@notwaldorf Using the sources property isn't a documented feature and I can't find anything in the source code of iron-component-page that it should exists. At least for me it doesn't work.

See https://elements.polymer-project.org/elements/iron-component-page

juriejan commented 8 years ago

I also can't get this to work. Also can't find anything in the source code that suggests that it should.

notwaldorf commented 8 years ago

paging @garlicnation @justinfagnani @FredKSchott who might know more about how that works