diff options
| author | XhmikosR <[email protected]> | 2018-05-25 17:49:00 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-06-01 16:03:23 +0300 |
| commit | f20d0f43fdfc5a8620d7f777ef25b4d79c380312 (patch) | |
| tree | b56eb123070d951a6791b7e6200be299afe4c162 | |
| parent | 96cbb58cb37d831bc6321a0ebb6ac6b93db7d2e8 (diff) | |
| download | bootstrap-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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* global workbox:false */ -self.importScripts('/assets/js/vendor/{fileName}') +self.importScripts('assets/js/vendor/{fileName}') workbox.precaching.precacheAndRoute([]) |
