From b400f0cb813c88146d8a5e1e336cddf574af5555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20V=C3=A4h=C3=A4kotam=C3=A4ki?= Date: Mon, 25 Sep 2017 12:22:22 +0300 Subject: [PATCH] feat: apple device specific link images to data urls --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 3542c27..94c8744 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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',