Skip to content

Commit

Permalink
Don't cache script.js and style.css for now
Browse files Browse the repository at this point in the history
- temporary workaround for #5
  • Loading branch information
mitul45 committed May 15, 2017
1 parent a1a3d89 commit 486b1dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
var CACHE_NAME = "expense-manager-cache";
var urlsToCache = [
"src/style.css",
// "style.css",
"icons/favicon-32x32.png",
"icons/favicon-16x16.png",
"src/script.js",
// "script.js",
"vendor/mdl/material.min.js",
"vendor/mdl/material.min.css"
];
Expand Down

0 comments on commit 486b1dc

Please sign in to comment.