DevProgress / i-like-hillary-but

A site for explaining and refuting common complaints about our next president.
https://devprogress.us/i-like-hillary-but/
Apache License 2.0
3 stars 12 forks source link

Make the site work offline. #162

Closed dglazkov closed 8 years ago

dglazkov commented 8 years ago

This enables Service Worker for the site. When using Chrome on Android, this means that peeps don't need the network connection to pull up and use the site. Also provides a performance boost on desktop Chrome.

Eyas commented 8 years ago

Nice! I'm not familiar: How does caching interfere with content updates when the user is online?

dglazkov commented 8 years ago

It should update offline-stored content with every new prod push. I will keep an 👁 to make sure.