diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2018-02-09 21:01:24 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-09 21:01:24 +0530 |
commit | 0c19aa1f208817088e864b1f1b8cafee4c9a1378 (patch) | |
tree | 1af2952f559bf30bba4d90323255e3a93514e707 /sw.js | |
parent | f52b0ee9e74b9488435475868955153525c29f8a (diff) |
Update sw.js
Diffstat (limited to 'sw.js')
-rw-r--r-- | sw.js | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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', |