From 47a93addd03cdb4aa4847edae221f22725d22ae1 Mon Sep 17 00:00:00 2001 From: Olivier Lacan Date: Wed, 21 Jun 2017 13:50:29 +0100 Subject: [PATCH] Remove unsupported Haml 5 config --- config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.rb b/config.rb index 6f5f887..d217b5c 100644 --- a/config.rb +++ b/config.rb @@ -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