-
Notifications
You must be signed in to change notification settings - Fork 32
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
Separating html & js of an element breaks documentation #108
Comments
+1 |
+1 When using TypeScript, the documentation is completely empty, even though the generated JavaScript is a valid Polymer element (in a JS file that's separate from the HTML file). |
@erne-mt I think there might be an issue with your implementation because I am having no issues with docs and separate files. I created a generator to help with stubbing out elements, and I have my elements split into separate files, and have no problem with the documents being generated. I've included a sample of what the
|
@caranicas, can you show the file that has iron-component-page? |
@kito99 sure thing. This is the file, it's a little difficult to read because it has the yeoman template cruft around it. The is the exact line.
If you want to see it how it works I would suggest installing it and creating a component. |
@kito99 have you made any progress? |
@caranicas I did, and it still didn't work for me, but I didn't have much time to look into it further. Hopefully I'll get a chance soon. |
Description
When an element is separated into style/html and script parts, the creation of the iron-component-page documentation breaks.
Only properties and methods are displayed, no element description.
Question
Is it even possible to seperate html and js while keeping the documentation?
The text was updated successfully, but these errors were encountered: