Files
espurna/code/html/build/.gitattributes
Maxim Prokhorov e890b0be76 webui(build): allow both gzip and br in the builder
- switch to 'br' by default. convert relevant file references in the web.cpp
  .h -> .ipp and drop compression type from the filename
  'webui_content_encoding' string to help out the server
- build options now include both minification and compression type
- make sure output file syntax is valid when opening it standalone
2025-04-01 03:00:08 +03:00

7 lines
183 B
Plaintext

*.html -diff -merge
*.html linguist-generated=true
*.html.gz -diff -merge
*.html.gz linguist-generated=true
*.html.br -diff -merge
*.html.br linguist-generated=true