Add SVG to the default list of gzipped exts

move_new_block
Johnny Shields 2016-01-07 09:43:35 +09:00
parent 1605f425e8
commit 133c02d05c
1 changed files with 1 additions and 1 deletions

View File

@ -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.'