chyingp / grunt-inline

Brings externally referenced resources, such as js, css and images, into a single file.
MIT License
87 stars 55 forks source link

favicon handling ? #42

Open jscti opened 9 years ago

jscti commented 9 years ago

Hi

<link .*> tags seems to be handled only as "stylesheet"

I have a <link rel="icon" type="image/png" href="assets/favicon.png?__inline=true"> and the module tries to convert it in CSS which obviously fails.

Great module by the way

Thanks

chyingp commented 9 years ago

@bixibu

Got it! I will get this bug fixed soon and let you know :)

konfiot commented 9 years ago

Sounds like a cool feature. I'd also like it to be implemented

evilaliv3 commented 8 years ago

++