diff options
| author | XhmikosR <[email protected]> | 2017-11-03 13:32:25 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-11-03 14:12:47 +0200 |
| commit | 433bf30de7eecf3e6e01ba7b9623006b7d6573b9 (patch) | |
| tree | 2454832f4afa7ceb67090808a2c2c464081d9ad5 | |
| parent | 7f6ad11fb8aa28559945ff704806ff3b974a5275 (diff) | |
| download | bootstrap-433bf30de7eecf3e6e01ba7b9623006b7d6573b9.tar.xz bootstrap-433bf30de7eecf3e6e01ba7b9623006b7d6573b9.zip | |
Add svg files in workbox and remove jpg.
| -rw-r--r-- | build/workbox.config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/workbox.config.json b/build/workbox.config.json index 1c82e3d12..0dcfadac7 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" |
