aboutsummaryrefslogtreecommitdiff
path: root/sw.js
diff options
context:
space:
mode:
Diffstat (limited to 'sw.js')
-rw-r--r--sw.js9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw.js b/sw.js
index 7148548..c821596 100644
--- a/sw.js
+++ b/sw.js
@@ -8,14 +8,17 @@ caches.open('Navan Chauhan').then(function(cache) {
return cache.addAll([
-'/css/',
+'/css/menu.css',
- '/js/',
+ '/js/menu.js',
+ 'css/style.css',
+ 'css/timeline.css',
+ '/js/timeline.js',
'/index.html',
'/Contact.html',
-
+'/projects.html',
'/404.html',