feat: apple device specific link images to data urls

This commit is contained in:
Antti Vähäkotamäki 2017-09-25 12:22:22 +03:00
parent 4361b37a35
commit b400f0cb81

View File

@ -20,7 +20,7 @@ var tasks = {
js: 'script',
svg: 'svg',
links: 'link[rel=stylesheet]',
favicon: 'link[rel=icon],link[rel="shortcut icon"]',
favicon: 'link[rel=icon],link[rel="shortcut icon"],link[rel="apple-touch-icon"],link[rel="apple-touch-startup-image"]',
styles: 'style',
'style-attrs': '[style]:not(svg *)', // only style attrs in HTML, not SVG
images: 'img',