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

inlining not working with base tag #119

Closed mpolney closed 7 years ago

mpolney commented 8 years ago

It looks like the base tag isn't honoured. inliner reports "no such file":

gist

remy commented 7 years ago

I appreciate this was months ago, but do you want to take a shot at a PR? The tests are very easy to setup (follow the contributing doc - just need two HTML files). Thanks so much!