Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-11-03 14:32:25 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-11-03 15:12:47 +0300
commit433bf30de7eecf3e6e01ba7b9623006b7d6573b9 (patch)
tree2454832f4afa7ceb67090808a2c2c464081d9ad5 /build
parent7f6ad11fb8aa28559945ff704806ff3b974a5275 (diff)
Add svg files in workbox and remove jpg.
Diffstat (limited to 'build')
-rw-r--r--build/workbox.config.json2
1 files changed, 1 insertions, 1 deletions
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"