cavallium-website/ngsw-config.json

30 lines
612 B
JSON
Raw Permalink Normal View History

2019-04-15 17:33:15 +02:00
{
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
"index": "/index.html",
"assetGroups": [
{
"name": "app",
"installMode": "prefetch",
"resources": {
"files": [
"/favicon.ico",
"/index.html",
"/*.css",
"/*.js"
]
}
}, {
"name": "assets",
"installMode": "lazy",
"updateMode": "prefetch",
"resources": {
"files": [
"/assets/**",
2019-04-15 18:08:04 +02:00
"/documents/**",
2019-04-15 17:33:15 +02:00
"/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)"
]
}
}
]
}