From 0c19aa1f208817088e864b1f1b8cafee4c9a1378 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 9 Feb 2018 21:01:24 +0530 Subject: Update sw.js --- sw.js | 9 ++++++--- 1 file 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', -- cgit v1.2.3