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
{{ message }}
This repository was archived by the owner on Dec 28, 2024. It is now read-only.
It is an issue that the relative href expect a folder structure that is not given by the project (e.g. ../polymer/polymer.html).
Since we have our own pipeline for bower files (we copy the main files to a /lib/ folder), we have to manually change the href from ../polymer/polymer.html to polymer.html, whenever there is a new version release. Our build tool manage that automatically, but it can not read/understand the content of bower dependencies, nor should it.
I'm not sure what could be the solution but are interested in hearing what other devs think.