Skip to content

Commit

Permalink
linked to Google pwa tutorials in comment
Browse files Browse the repository at this point in the history
relates to #138
  • Loading branch information
pbywater committed Jul 21, 2017
1 parent 5032ee0 commit 90503a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* eslint-disable */

// Based on code from: https://developers.google.com/web/fundamentals/getting-started/codelabs/your-first-pwapp/

const cacheName = 'echo-app-test-1';

const filesToCache = [
Expand Down

0 comments on commit 90503a3

Please sign in to comment.