GoogleChromeLabs / application-shell

Service Worker Application Shell Architecture
https://app-shell.appspot.com/
Apache License 2.0
1.18k stars 143 forks source link

SW handles fetch on prod #63

Closed gauntface closed 8 years ago

gauntface commented 8 years ago

Using: https://github.com/GoogleChrome/sw-precache#handlefetch-boolean

This PR means that we don't handle the fetch event in the SW for developer environments and adds a gulp prod task to then use SW.

@addyosmani @jeffposnick

jeffposnick commented 8 years ago

:+1: