taptapship / wiredep

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

Add HTML partials in object #213

Open sbjafri opened 9 years ago

sbjafri commented 9 years ago

I have added support for wiring in html files. This is required when using polymer by Google

eddiemonge commented 8 years ago

@sbjafri Can you please add tests verifying this works. Also, the html should probably have rel="import" to follow the current draft spec: http://w3c.github.io/webcomponents/spec/imports/

Also, thanks.