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
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.
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 thehref
from../polymer/polymer.html
topolymer.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.
As mentionen in #132
The text was updated successfully, but these errors were encountered: