generator-razor 4.0.3 → 4.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -543,6 +543,14 @@ RewriteRule ^.*\.sfc$ %{ENV:CWD}index.php?eID=sfc_manifest [QSA,L]
|
|
|
543
543
|
ForceType text/html
|
|
544
544
|
# AddType "text/html" .gz
|
|
545
545
|
</FilesMatch>
|
|
546
|
+
<FilesMatch "\.js\.gz$">
|
|
547
|
+
ForceType text/javascript
|
|
548
|
+
# AddType "text/javascript" .gzip
|
|
549
|
+
</FilesMatch>
|
|
550
|
+
<FilesMatch "\.css\.gz$">
|
|
551
|
+
ForceType text/css
|
|
552
|
+
# AddType "text/css" .gzip
|
|
553
|
+
</FilesMatch>
|
|
546
554
|
<FilesMatch "\.xml\.gz$">
|
|
547
555
|
ForceType text/xml
|
|
548
556
|
# AddType "text/xml" .gz
|
|
@@ -543,6 +543,14 @@ RewriteRule ^.*\.sfc$ %{ENV:CWD}index.php?eID=sfc_manifest [QSA,L]
|
|
|
543
543
|
ForceType text/html
|
|
544
544
|
# AddType "text/html" .gz
|
|
545
545
|
</FilesMatch>
|
|
546
|
+
<FilesMatch "\.js\.gz$">
|
|
547
|
+
ForceType text/javascript
|
|
548
|
+
# AddType "text/javascript" .gzip
|
|
549
|
+
</FilesMatch>
|
|
550
|
+
<FilesMatch "\.css\.gz$">
|
|
551
|
+
ForceType text/css
|
|
552
|
+
# AddType "text/css" .gzip
|
|
553
|
+
</FilesMatch>
|
|
546
554
|
<FilesMatch "\.xml\.gz$">
|
|
547
555
|
ForceType text/xml
|
|
548
556
|
# AddType "text/xml" .gz
|