0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/sw.js
XhmikosR f20d0f43fd sw.js: change to a relative link for the workbox files.
This was broken after the docs refactoring.
2018-06-01 16:03:23 +03:00

6 lines
119 B
JavaScript

/* global workbox:false */
self.importScripts('assets/js/vendor/{fileName}')
workbox.precaching.precacheAndRoute([])