From c599d096a313ab6cd056742ec4c6d4aa21b3de7e Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Tue, 27 Sep 2016 08:50:33 -0500 Subject: [PATCH] add new flag from core closes #78 --- patternlab-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patternlab-config.json b/patternlab-config.json index de23ae72..55f0c8fe 100644 --- a/patternlab-config.json +++ b/patternlab-config.json @@ -64,5 +64,6 @@ "rendered": ".rendered", "rawTemplate": "", "markupOnly": ".markup-only" - } + }, + "cleanOutputHtml": true }