From: Bastien Wirtz Date: Mon, 13 Jan 2020 21:42:57 +0000 (-0800) Subject: Add missing font-awesome file in cache X-Git-Tag: v1.0~12^2~1 X-Git-Url: https://git.immae.eu/?p=github%2Fbastienwirtz%2Fhomer.git;a=commitdiff_plain;h=c1ec54ff354ad17fbbbbf67c4c1a701cdb0393f7 Add missing font-awesome file in cache --- diff --git a/worker.js b/worker.js index 9ccc449..e060360 100644 --- a/worker.js +++ b/worker.js @@ -18,6 +18,21 @@ self.addEventListener('install', event => { 'webfonts/raleway/raleway-v14-latin-regular.woff2', 'webfonts/lato/lato-v16-latin-regular.woff', 'webfonts/lato/lato-v16-latin-regular.woff2', + 'webfonts/fa-brands-400.woff', + 'webfonts/fa-brands-400.woff2', + 'webfonts/fa-brands-400.svg', + 'webfonts/fa-brands-400.ttf', + 'webfonts/fa-brands-400.eot', + 'webfonts/fa-regular-400.woff', + 'webfonts/fa-regular-400.woff2', + 'webfonts/fa-regular-400.svg', + 'webfonts/fa-regular-400.ttf', + 'webfonts/fa-regular-400.eot', + 'webfonts/fa-solid-900.woff', + 'webfonts/fa-solid-900.woff2', + 'webfonts/fa-solid-900.svg', + 'webfonts/fa-solid-900.ttf', + 'webfonts/fa-solid-900.eot', ]) ) )