Explorar o código

Excluding internally-compressed woff2

Jan Wh %!s(int64=7) %!d(string=hai) anos
pai
achega
958e2614f6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      gzip_cache/gzip_cache.py

+ 1 - 0
gzip_cache/gzip_cache.py

@@ -42,6 +42,7 @@ EXCLUDE_TYPES = [
     # Internally-compressed fonts. gzip can often shave ~50 more bytes off,
     # but it's not worth it.
     '.woff',
+    '.woff2',
 ]
 
 COMPRESSION_LEVEL = 9 # Best Compression