aboutsummaryrefslogtreecommitdiff
path: root/sw.js
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2018-02-09 20:47:39 +0530
committerGitHub <noreply@github.com>2018-02-09 20:47:39 +0530
commitdd044c8dabb5be59f8f2e06c3c498baa11b17758 (patch)
tree7ebc445dd5058223ffbed70670ceee6d10618272 /sw.js
parent0bc0fc7ce62fd370a67d3119049ce3fea7f18e9a (diff)
Update sw.js
Diffstat (limited to 'sw.js')
-rw-r--r--sw.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw.js b/sw.js
index 347d1f7..0366293 100644
--- a/sw.js
+++ b/sw.js
@@ -14,13 +14,9 @@ return cache.addAll([
'/Contact.html',
-'/css/*',
-
-'/js/*',
'/404.html',
-'/*.png'
]);