Skip to content

Commit 4ceaeca

Browse files
authored
Added new files to be cached
1 parent c190c62 commit 4ceaeca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pwa/service_worker_main.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const resourceList = [
77
'https://thedoggybrad.github.io/2048ontheweb/index.html',
88
'https://thedoggybrad.github.io/2048ontheweb/favicon.ico',
99
'https://thedoggybrad.github.io/2048ontheweb/style/main.css',
10-
'https://thedoggybrad.github.io/2048ontheweb/style/howtoplay.css'
10+
'https://thedoggybrad.github.io/2048ontheweb/style/howtoplay.css',
11+
'https://thedoggybrad.github.io/2048ontheweb/style/disabletextselection.css',
1112
'https://thedoggybrad.github.io/2048ontheweb/style/fonts/clear-sans.css',
1213
'https://thedoggybrad.github.io/2048ontheweb/style/fonts/ClearSans-Bold-webfont.eot',
1314
'https://thedoggybrad.github.io/2048ontheweb/style/fonts/ClearSans-Bold-webfont.svg',
@@ -29,6 +30,7 @@ const resourceList = [
2930
'https://thedoggybrad.github.io/2048ontheweb/js/keyboard_input_manager.js',
3031
'https://thedoggybrad.github.io/2048ontheweb/js/local_storage_manager.js',
3132
'https://thedoggybrad.github.io/2048ontheweb/js/tile.js',
33+
'https://thedoggybrad.github.io/2048ontheweb/js/disablecontextmenu.js',
3234
'https://thedoggybrad.github.io/2048ontheweb/meta/apple-touch-icon.png',
3335
'https://thedoggybrad.github.io/2048ontheweb/meta/apple-touch-icon_96.png',
3436
'https://thedoggybrad.github.io/2048ontheweb/meta/apple-touch-icon_144.png',

0 commit comments

Comments
 (0)