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

feat: adds option --baseurl to use with html files or strings (#194) #195

Open wingsuitist opened 5 years ago

wingsuitist commented 5 years ago

Related Issue: #194

remy commented 5 years ago

Can you add a test that demos this feature?

wingsuitist commented 5 years ago

Thank you very much for looking at my pull request. I added a test fixture: https://github.com/remy/inliner/commit/90faca6b98bac6aef9e86fc711fa8b58c446b5ea

The test for master branch currently fails because of headers.src.html which is not related to this pull request. Any suggestion how I can proceed?