consider all MS Office files to be binary

This commit is contained in:
Nathan Feaver 2016-01-10 06:28:18 -07:00
parent 46ca147560
commit 17df162e7b

View file

@ -366,7 +366,7 @@ module Middleman
case case
when mime.start_with?('text/') when mime.start_with?('text/')
true true
when mime.include?('xml') when mime.include?('xml') && !mime.include?('officedocument')
true true
when mime.include?('json') when mime.include?('json')
true true