Skip to content
Snippets Groups Projects
Commit 2c44b2b8 authored by toto's avatar toto
Browse files

fix: exclude php files from PWA assets

refs #445
parent 5e3fcc69
No related branches found
No related tags found
2 merge requests!225Release v4.17.0,!183Resolve "Install Cassiopee as a PWA"
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
"/MaterialIcons-Regular.1e50f5c2ffa6aba4.eot", "/MaterialIcons-Regular.1e50f5c2ffa6aba4.eot",
"/assets/**", "/assets/**",
"!/**/*.pdf", "!/**/*.pdf",
"!/**/*.php",
"/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)" "/*.(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