mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-23 00:06:18 -04:00
Merge branch 'master' into translate
This commit is contained in:
commit
16921cb855
12 changed files with 131 additions and 115 deletions
|
@ -1,4 +1,4 @@
|
|||
const cacheVersion = 'v1.9.4';
|
||||
const cacheVersion = 'v1.10.0';
|
||||
const cacheTitle = `pairdrop-cache-${cacheVersion}`;
|
||||
const forceFetch = false; // FOR DEVELOPMENT: Set to true to always update assets instead of using cached versions
|
||||
const relativePathsToCache = [
|
||||
|
@ -6,7 +6,7 @@ const relativePathsToCache = [
|
|||
'index.html',
|
||||
'manifest.json',
|
||||
'styles/styles-main.css',
|
||||
'styles/deferred-styles.css',
|
||||
'styles/styles-deferred.css',
|
||||
'scripts/localization.js',
|
||||
'scripts/main.js',
|
||||
'scripts/network.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue