From df0282756f1425b56faada89d680cbbef21c993d Mon Sep 17 00:00:00 2001 From: Olivier Lacan Date: Sun, 4 Feb 2024 16:58:36 -0800 Subject: [PATCH] Remove invalid attr_wrapper Haml config Hopefully... it still works without it... --- config.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config.rb b/config.rb index 3562c79..2abc672 100644 --- a/config.rb +++ b/config.rb @@ -253,7 +253,6 @@ configure :build do .txt .woff ]} - set :haml, { attr_wrapper: '"' } activate :minify_css activate :minify_html do |html| html.remove_quotes = false