Update service-worker.js

This commit is contained in:
streetturtle 2018-09-25 14:41:14 -04:00 committed by GitHub
parent 59456378f4
commit 7aea620b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ const PRE_CACHED_ASSETS = [
'/assets/css/syntax1.css',
'/assets/js/materialize.min.js',
'/assets/js/particles.min.js',
'/assets/js/init.js',
'/index.html'
'/assets/js/init.js'
];
self.addEventListener('install', e => {