kadirahq / meteor-dochead

Isomorphic way to manipulate document.head for Meteor apps
MIT License
132 stars 17 forks source link

Support to replace link tags #34

Open talha-asad opened 8 years ago

talha-asad commented 8 years ago

We change favicons for different sections of our app, however dochead can only append or remove all tags, no option to update or tags is present.

If someone adds another meta tag with the same name or another link tag with type='icon' shouldn't this replace the old one?

If this also not possible, at least a reference to the DOM node should be returned for altering at a later time.