aboutsummaryrefslogtreecommitdiff
path: root/build/workbox.config.json
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-07-24 17:48:18 -0700
committerXhmikosR <[email protected]>2018-10-20 16:00:28 +0300
commit5bf37eba532aae1ec9decdc81b7ae6bb8b7e37a4 (patch)
tree6997c3ed175154106e39be1dfefe32fd14a7f43a /build/workbox.config.json
parentb1dc6b324c33bc6a4b0cb2dc06939136e32d0e0c (diff)
downloadbootstrap-5bf37eba532aae1ec9decdc81b7ae6bb8b7e37a4.tar.xz
bootstrap-5bf37eba532aae1ec9decdc81b7ae6bb8b7e37a4.zip
Remove service worker
Diffstat (limited to 'build/workbox.config.json')
-rw-r--r--build/workbox.config.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/build/workbox.config.json b/build/workbox.config.json
deleted file mode 100644
index a649431ed..000000000
--- a/build/workbox.config.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "globDirectory": "./",
- "globPatterns": [
- "_gh_pages/**/*.{html,css,js,json,png,svg}"
- ],
- "swSrc": "./site/sw.js",
- "swDest": "./_gh_pages/sw.js"
-}