aboutsummaryrefslogtreecommitdiff
path: root/sw.js
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Reorganize docs for easier deploysMark Otto1-5/+0
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.XhmikosR1-1/+1
This was broken after the docs refactoring.
2018-03-21sw.js: fix TypeError with new workbox.XhmikosR1-2/+3
2018-03-21Update to workbox 3.0 & fix breaking changesMichael1-1/+1
2017-09-15Pre-cache key assets with Workboxjs. (#23533)Michael1-1/+4
2017-08-15Register a service worker.XhmikosR1-0/+1