Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't identify components in different folders #90

Open
vaffonso opened this issue Feb 19, 2016 · 3 comments
Open

Can't identify components in different folders #90

vaffonso opened this issue Feb 19, 2016 · 3 comments

Comments

@vaffonso
Copy link

Iron component src doesnt work when I use a file to import component(s) I want documentation.

this works
<iron-component-page id="componentdoc" src="../script/my-component/my-component.html"></iron-component-page>

this does not work
<iron-component-page id="componentdoc" src="all-imports.html"></iron-component-page>
assuming I have this content on all-imports.html
<link rel="import" href="../script/my-component/my-component.html">

@justinfagnani
Copy link
Contributor

@garlicnation will this be effected by #86 ?

@vaffonso
Copy link
Author

Yeap, the transitive was the property I needed to make that work.

Thanks!

@Lull3rSkat3r
Copy link

@vaffonso, transitive worked for me, but it also brings other elements I don't want to show in documentation. Is this what is expected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants