Remove unsupported Haml 5 config

This commit is contained in:
Olivier Lacan 2017-06-21 13:50:29 +01:00
parent 56cec3d4f7
commit 47a93addd0

View File

@ -187,7 +187,7 @@ configure :build do
.txt
.woff
]}
set :haml, {ugly: true, attr_wrapper: '"'}
set :haml, { attr_wrapper: '"' }
activate :minify_css
activate :minify_html do |html|
html.remove_quotes = false