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
path: root/sw.js
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-05-25 17:49:00 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-06-01 16:03:23 +0300
commitf20d0f43fdfc5a8620d7f777ef25b4d79c380312 (patch)
treeb56eb123070d951a6791b7e6200be299afe4c162 /sw.js
parent96cbb58cb37d831bc6321a0ebb6ac6b93db7d2e8 (diff)
sw.js: change to a relative link for the workbox files.
This was broken after the docs refactoring.
Diffstat (limited to 'sw.js')
-rw-r--r--sw.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw.js b/sw.js
index 1a49289a17..e21423ca5b 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([])