taptapship / wiredep

Wire Bower dependencies to your source code.
MIT License
1.15k stars 142 forks source link

wiredep cant find dependencies containing a / #266

Open mark007 opened 7 years ago

mark007 commented 7 years ago

Hi,

I'm installing polymer element dependencies in my bower.json such as "PolymerElements/iron-icons": "1.2.0"

This seems to be the way google are suggesting to install these web components. They install fine with bower install, however wiredep can't seem to detect that iron-icons is infact installed. I assume its down to the / in the name.

Is this something that could be considered a bug or not?

Regards, Mark