From: XhmikosR Date: Fri, 3 Nov 2017 11:32:25 +0000 (+0200) Subject: Add svg files in workbox and remove jpg. X-Git-Tag: v4.0.0-beta.3~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=433bf30de7eecf3e6e01ba7b9623006b7d6573b9;p=thirdparty%2Fbootstrap.git Add svg files in workbox and remove jpg. --- diff --git a/build/workbox.config.json b/build/workbox.config.json index 1c82e3d12e..0dcfadac70 100644 --- a/build/workbox.config.json +++ b/build/workbox.config.json @@ -1,7 +1,7 @@ { "globDirectory": "./", "globPatterns": [ - "_gh_pages/**/*.{html,css,js,json,png,jpg}" + "_gh_pages/**/*.{html,css,js,json,png,svg}" ], "swSrc": "./sw.js", "swDest": "./_gh_pages/sw.js"