summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorPhilippe M. Chiasson <gozer@mozilla.com>2014-02-26 21:18:53 +0100
committerDave Lawrence <dlawrence@mozilla.com>2014-02-26 21:18:53 +0100
commite031e502b47ee6ea84f8bc12b92787ffea099b0d (patch)
tree4dfde916f5a85d86a5ac74d49ff07a7b2c075f77 /.htaccess
parent107fadcecce7b50ebc1c9bb64b42cf75f6e71864 (diff)
downloadbugzilla-e031e502b47ee6ea84f8bc12b92787ffea099b0d.tar.gz
bugzilla-e031e502b47ee6ea84f8bc12b92787ffea099b0d.tar.xz
Bug 977238 - Compress CSS files
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 64b6d5c94..91c500c0f 100644
--- a/.htaccess
+++ b/.htaccess
@@ -25,7 +25,7 @@
</IfModule>
<IfModule mod_deflate.c>
- AddOutputFilterByType DEFLATE text/javascript application/json application/javascript
+ AddOutputFilterByType DEFLATE text/javascript application/json application/javascript text/css
</IfModule>
AddType image/x-icon .ico