aboutsummaryrefslogtreecommitdiff
path: root/assets/js/src/pwa.js
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Reorganize docs for easier deploysMark Otto1-21/+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-04-27Add comment in docs JS files.XhmikosR1-0/+4
2018-01-11Comply to the new rules.XhmikosR1-1/+1
2017-12-05Remove page reload in pwa.js. (#24923)XhmikosR1-15/+2
2017-09-26Add eslint-plugin-compat.XhmikosR1-2/+2
We can check for browser compatibility on lint time now.
2017-09-15Pre-cache key assets with Workboxjs. (#23533)Michael1-0/+15
2017-08-15Register a service worker.XhmikosR1-0/+15