googlearchive / core-icon

A custom element that display an icon.
https://www.polymer-project.org/docs/elements/core-elements.html#core-icon
10 stars 17 forks source link

404 Not Found #35

Closed hakula closed 9 years ago

hakula commented 9 years ago

Not sure if this is the right repository but on initial page load I keep getting a 404 not found error which appears to be caused by webcomponents.js (line 4184) sending GET requests to:

Seems like webcomponents.js assumes these component files will be located in the folder /components whereas with all others I'm guessing it assumes they will be in the same folder as its parent directory (bower_components/webcomponentsjs).

hakula commented 9 years ago

I've submitted this issue to core-icons as that's the directory the files are in. https://github.com/Polymer/core-icons/issues/15