We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dropdown on documentation page includes all elements imported from bower_components when a polymer-cli application is served with polymer serve
polymer serve
Documentation should only display elements from current repository
bower i
http://localhost:8080/components/framapp-polymer/
See this (or similar):
polymer init application
polymer serve --open
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Dropdown on documentation page includes all elements imported from bower_components when a polymer-cli application is served with
polymer serve
Expected outcome
Documentation should only display elements from current repository
Live Demo
bower i
polymer serve
http://localhost:8080/components/framapp-polymer/
See this (or similar):
Steps to reproduce
polymer init application
polymer serve --open
The text was updated successfully, but these errors were encountered: