aboutsummaryrefslogtreecommitdiff
path: root/build/workbox.js
AgeCommit message (Collapse)AuthorFilesLines
2018-10-20Remove service workerMark Otto1-56/+0
2018-08-12build/*.js: set `sourceType` to module.XhmikosR1-2/+0
2018-07-11Reorganize docs for easier deploysMark Otto1-1/+1
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-04-09Clean up globals.XhmikosR1-0/+7
Also, add a missing license header in build/workbox.js.
2018-03-21Update workbox.jsXhmikosR1-1/+1
2018-03-21Update to workbox 3.0 & fix breaking changesMichael1-8/+19
2018-01-11Comply to the new rules.XhmikosR1-0/+1
2017-10-31build/*.js: es6ify. (#24611)XhmikosR1-1/+1
2017-09-28Lint docs js too and use `strict consistently. (#24160)XhmikosR1-0/+2
2017-09-15Pre-cache key assets with Workboxjs. (#23533)Michael1-0/+37