PolymerElements / iron-selector

Manages a list of elements that can be selected
32 stars 55 forks source link

relative href ../polymer/polymer.html #133

Open dotnetCarpenter opened 8 years ago

dotnetCarpenter commented 8 years ago

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.

As mentionen in #132