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
AgeCommit message (Collapse)Author
2018-07-12Reorganize docs for easier deploysMark Otto
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
2018-06-01sw.js: change to a relative link for the workbox files.XhmikosR
This was broken after the docs refactoring.
2018-03-21sw.js: fix TypeError with new workbox.XhmikosR
2018-03-21Update to workbox 3.0 & fix breaking changesMichael
2017-09-15Pre-cache key assets with Workboxjs. (#23533)Michael
2017-08-15Register a service worker.XhmikosR