diff options
Diffstat (limited to 'vendor/twbs/bootstrap/build/workbox.config.json')
-rw-r--r-- | vendor/twbs/bootstrap/build/workbox.config.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/build/workbox.config.json b/vendor/twbs/bootstrap/build/workbox.config.json new file mode 100644 index 000000000..a649431ed --- /dev/null +++ b/vendor/twbs/bootstrap/build/workbox.config.json @@ -0,0 +1,8 @@ +{ + "globDirectory": "./", + "globPatterns": [ + "_gh_pages/**/*.{html,css,js,json,png,svg}" + ], + "swSrc": "./site/sw.js", + "swDest": "./_gh_pages/sw.js" +} |