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

Passing --skip-absolute-urls does not work on style tags #177

Open tomasdev opened 6 years ago

tomasdev commented 6 years ago

Given <figure class="vzh-video" style="background-image: url('https://img.youtube.com/vi/aUxX_ewtyv8/maxresdefault.jpg');"> it will fetch and minify the image always, whether passing --skip-absolute-urls or not.

I may PR if I can solve it.

tomasdev commented 6 years ago

PR created.