Unregister .csv from Tilt as well. Fixes #822.
This commit is contained in:
parent
283576af1a
commit
f0449229a9
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ module Middleman
|
|||
app.define_hook :after_render
|
||||
|
||||
::Tilt.mappings.delete('html') # WTF, Tilt?
|
||||
::Tilt.mappings.delete('csv')
|
||||
|
||||
# Activate custom renderers
|
||||
require "middleman-core/renderers/erb"
|
||||
|
|
Loading…
Reference in a new issue