diff options
| author | Gijs Boddeus <[email protected]> | 2017-10-04 08:46:03 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-04 08:46:03 +0200 |
| commit | 263190305e1208b183611fe511ea8f983932a00d (patch) | |
| tree | 8cc874b98d5d9e7d9db66b078d94e5dc1db2c4e8 /build/workbox.config.json | |
| parent | cc092272eefa0e89bebfc716c8df8214d2804c77 (diff) | |
| parent | 682ad1fff58fb6586dceaf31d490aaa522110e59 (diff) | |
| download | bootstrap-263190305e1208b183611fe511ea8f983932a00d.tar.xz bootstrap-263190305e1208b183611fe511ea8f983932a00d.zip | |
Merge branch 'v4-dev' into yiq-function-update
Diffstat (limited to 'build/workbox.config.json')
| -rw-r--r-- | build/workbox.config.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/workbox.config.json b/build/workbox.config.json new file mode 100644 index 000000000..1c82e3d12 --- /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" +} |
