You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> info: Files in this directory are available under the following URLs
applications: http://localhost:8081
reusable components: http://localhost:8081/components/<root-name>/
^^^^^^^^^^
Expected behavior
The reusable components should be served under http://localhost:8081/<some-component-url>/<root-name>/.
This makes polymer cli's server practically unusable in any project where the components source files are (understandably) placed in a folder named components.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Polymer serve's
--component-url
option has no effect on the actual component url used, which is always set tocomponents
.To reproduce
Run
The output is always:
Expected behavior
The reusable components should be served under
http://localhost:8081/<some-component-url>/<root-name>/
.This makes polymer cli's server practically unusable in any project where the components source files are (understandably) placed in a folder named
components
.The text was updated successfully, but these errors were encountered: