PolymerElements / iron-component-page

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

Empty documentation page #164

Closed masonlouchart closed 5 years ago

masonlouchart commented 5 years ago

Description

Documentation page is empty. But demo pages work like a charm.

The project is using Polymer 2, iron-component-page v3.0.0 and iron-demo-helpers (no version in its bower.json file. I installed ^v2.0.0 and guess I got the v2.1.2).

Below the architecture of the element collection.

Capture d’écran 2019-03-13 à 14 21 07

Expected outcome

A complete documentation with elements in the sidebar menu.

Actual outcome

Capture d’écran 2019-03-13 à 14 17 00

Browsers Affected

masonlouchart commented 5 years ago

OK. Thanks to the vaadin-grid repo where I found I could add an argument to the polymer analyze command to specify to go a list of file.

- polymer analyze > analysis.json
+ polymer analyze hostabee-* > analysis.json