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
diff options
context:
space:
mode:
authorMichael <michaelsite12@gmail.com>2017-09-15 13:37:34 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-09-15 13:37:34 +0300
commit5951508898b1f92d04026c0038dfc3ba95fa0fdf (patch)
tree9f823d40b986512f889201e0b90b32cf4e7cf0a5 /build/workbox.config.json
parentf5368ae00852f114a6bf205afe67e2181ddb2e48 (diff)
Pre-cache key assets with Workboxjs. (#23533)
Diffstat (limited to 'build/workbox.config.json')
-rw-r--r--build/workbox.config.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/workbox.config.json b/build/workbox.config.json
new file mode 100644
index 0000000000..1c82e3d12e
--- /dev/null
+++ b/build/workbox.config.json
@@ -0,0 +1,8 @@
+{
+ "globDirectory": "./",
+ "globPatterns": [
+ "_gh_pages/**/*.{html,css,js,json,png,jpg}"
+ ],
+ "swSrc": "./sw.js",
+ "swDest": "./_gh_pages/sw.js"
+}