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

Inline anchors referencing other HTML pages #209

Open johnpoth opened 4 years ago

johnpoth commented 4 years ago

Great tool ! It would be cool to inline other HTML pages referenced e.g:

<a href="relative/path/sub.html">sub</a>

which is currently not inlined, thanks !