Bläddra i källkod

Excluding internally-compressed woff2

Jan Wh 7 år sedan
förälder
incheckning
958e2614f6
1 ändrade filer med 1 tillägg och 0 borttagningar
  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