aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-05-25 17:49:00 +0300
committerXhmikosR <[email protected]>2018-06-01 16:03:23 +0300
commitf20d0f43fdfc5a8620d7f777ef25b4d79c380312 (patch)
treeb56eb123070d951a6791b7e6200be299afe4c162
parent96cbb58cb37d831bc6321a0ebb6ac6b93db7d2e8 (diff)
downloadbootstrap-f20d0f43fdfc5a8620d7f777ef25b4d79c380312.tar.xz
bootstrap-f20d0f43fdfc5a8620d7f777ef25b4d79c380312.zip
sw.js: change to a relative link for the workbox files.
This was broken after the docs refactoring.
-rw-r--r--sw.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw.js b/sw.js
index 1a49289a1..e21423ca5 100644
--- a/sw.js
+++ b/sw.js
@@ -1,5 +1,5 @@
/* global workbox:false */
-self.importScripts('/assets/js/vendor/{fileName}')
+self.importScripts('assets/js/vendor/{fileName}')
workbox.precaching.precacheAndRoute([])