Force svgz to be binary
This commit is contained in:
parent
3a3d5bbe3b
commit
42320ade8d
|
@ -23,6 +23,7 @@ module Middleman
|
|||
# @return [Boolean]
|
||||
def self.binary?(filename)
|
||||
ext = File.extname(filename)
|
||||
return true if ext == '.svgz'
|
||||
return false if Tilt.registered?(ext.sub('.',''))
|
||||
|
||||
ext = ".#{ext}" unless ext.to_s[0] == ?.
|
||||
|
|
Loading…
Reference in a new issue