1
0
Fork 0

rename manifest

This commit is contained in:
BO41 2018-09-19 18:27:10 +02:00 committed by Chocobozzz
parent f41d6aacdf
commit fcc7c06037
4 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@
}, },
"assets": [ "assets": [
"src/assets/images", "src/assets/images",
"src/manifest.json" "src/manifest.webmanifest"
], ],
"styles": [ "styles": [
"src/sass/application.scss" "src/sass/application.scss"
@ -105,7 +105,7 @@
], ],
"assets": [ "assets": [
"src/assets/images", "src/assets/images",
"src/manifest.json" "src/manifest.webmanifest"
] ]
} }
}, },

View file

@ -7,7 +7,7 @@
<meta name="theme-color" content="#fff" /> <meta name="theme-color" content="#fff" />
<!-- Web Manifest file --> <!-- Web Manifest file -->
<link rel="manifest" href="/manifest.json"> <link rel="manifest" href="/manifest.webmanifest">
<!-- /!\ The following comment is used by the server to prerender some tags /!\ --> <!-- /!\ The following comment is used by the server to prerender some tags /!\ -->

View file

@ -35,7 +35,7 @@ clientsRouter.use('' +
// Static HTML/CSS/JS client files // Static HTML/CSS/JS client files
const staticClientFiles = [ const staticClientFiles = [
'manifest.json', 'manifest.webmanifest',
'ngsw-worker.js', 'ngsw-worker.js',
'ngsw.json' 'ngsw.json'
] ]