Closed freshp86 closed 8 years ago
These paths are written correctly for distribution purposes. When this project is installed as a bower
dependency of another project, the paths are correct. For development, we use a special server called Polyserve to correct the paths. Please check out Polyserve here: https://github.com/PolymerLabs/polyserve.
Repro steps 1) Clone paper-dropdown-menu repo 2) bower install 3) Start a local webserver 4) Navigate to http://localhost:8888/demo/index.html
This results in a bunch of network errors, because the paths in demo/index.html are wrong, for example
should be changed to
Should I send a pull request, or is there another reason the paths are using
../..
?