remy / inliner

Node utility to inline images, CSS and JavaScript for a web page - useful for mobile sites
MIT License
1.1k stars 165 forks source link

Favicon image not inlined #87

Closed tmanaud closed 8 years ago

tmanaud commented 8 years ago

The favicon image doesnt seem to be inlined.

Here is the inlined file: <link rel="icon" type="image/png" href="img/favicon.png"> And it should be: <link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAE40lEQVR4Ad3bbWiWVRjA8f/zuD1zm8umkq[.....]">