Flo Smilari 4 лет назад
Родитель
Сommit
3e0011289f
2 измененных файлов: 2 добавлений и 2 удалений
  1. 1
    1
      cwebplusApp.csproj
  2. 1
    1
      wwwroot/service-worker.js

+ 1
- 1
cwebplusApp.csproj Просмотреть файл

@@ -10,7 +10,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
<Version>0.2.0</Version>
<Version>0.9.0</Version>
</PropertyGroup>
<ItemGroup>

+ 1
- 1
wwwroot/service-worker.js Просмотреть файл

@@ -2,7 +2,7 @@
// This is because caching would make development more difficult (changes would not
// be reflected on the first load after each change).
const staticCacheName = 'site-static-v-0-2-0'; // IMPORTANT: CHANGE THE VERSION IN THIS NAME EVERY TIME THE APP IS DEPLOYED ON SERVER WITH CHANGES!!!
const staticCacheName = 'site-static-v-0-9-0'; // IMPORTANT: CHANGE THE VERSION IN THIS NAME EVERY TIME THE APP IS DEPLOYED ON SERVER WITH CHANGES!!!
const appsettings_url = 'appsettings.json';
const assets = [
'./',

Загрузка…
Отмена
Сохранить