ehynds / grunt-image-embed

A grunt task for converting images inside a stylesheet to base64-encoded data URI strings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL without scheme fails

doup opened this issue · comments

When trying to process URLs in the style of //example.com/image.png without http or https the task fails as it looks for the file in the file system.

url() parser should be aware of scheme-less URLs.