Skip to content

Commit

Permalink
Update sw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjithin authored Oct 27, 2021
1 parent 5a0ecb3 commit 4553336
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ const filesToCache = [
'/scripts/register.js',
'/scripts/ham.js',
'/scripts/scroll.js',
'/scripts/jquery-3.6.0.min.js',
'/scripts/contact.js/',
'/images/social/github.svg',
'/images/social/reddit.svg',
'/images/social/codepen.svg',
];

let cacheID = 'root-prod-42';
let cacheID = 'root-prod-43';

self.addEventListener('install', event => {
console.log('Attempting to install service worker and cache static assets');
Expand Down

0 comments on commit 4553336

Please sign in to comment.