Skip to content
Snippets Groups Projects
Commit e2fae51a authored by François Grand's avatar François Grand
Browse files

fix: service worker configuration for cache prefetching (assets)

refs #445
parent 79de8979
No related branches found
No related tags found
2 merge requests!225Release v4.17.0,!183Resolve "Install Cassiopee as a PWA"
Pipeline #139995 passed
......@@ -14,12 +14,15 @@
"/favicon.ico",
"/index.html",
"/manifest.webmanifest",
"/**/*.css",
"/app/**/*.json",
"/locale/*.json",
"/*.css",
"/*.js",
"/**/*.json",
"/*.json",
"/3rdpartylicenses.txt",
"/MaterialIcons-Regular.1e50f5c2ffa6aba4.eot",
"/assets/**",
"!/**/*.pdf",
"/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)"
]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment