Add SVG to the default list of gzipped exts
This commit is contained in:
parent
1605f425e8
commit
133c02d05c
|
@ -10,7 +10,7 @@
|
|||
# to .html, .htm, .js and .css.
|
||||
#
|
||||
class Middleman::Extensions::Gzip < ::Middleman::Extension
|
||||
option :exts, %w(.js .css .html .htm), 'File extensions to Gzip when building.'
|
||||
option :exts, %w(.js .css .html .htm .svg), 'File extensions to Gzip when building.'
|
||||
option :ignore, [], 'Patterns to avoid gzipping'
|
||||
option :overwrite, false, 'Overwrite original files instead of adding .gz extension.'
|
||||
|
||||
|
|
Loading…
Reference in a new issue