diff options
Diffstat (limited to 'themes/docsy/assets/vendor/bootstrap/site/sw.js')
-rw-r--r-- | themes/docsy/assets/vendor/bootstrap/site/sw.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/docsy/assets/vendor/bootstrap/site/sw.js b/themes/docsy/assets/vendor/bootstrap/site/sw.js new file mode 100644 index 0000000..bc67fee --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/site/sw.js @@ -0,0 +1,5 @@ +/* global workbox:false */ + +self.importScripts('docs/4.1/assets/js/vendor/{fileName}') + +workbox.precaching.precacheAndRoute([]) |