Merge pull request #1741 from jfeaver/fix/msoffice-files-as-binary

consider all MS Office files to be binary
move_new_block
Thomas Reynolds 2016-01-10 16:30:20 -08:00
commit 4243676073
1 changed files with 1 additions and 1 deletions

View File

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