From e93ee8033a75e8fc64bb546adca04b6a48bf77e2 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Thu, 10 Mar 2016 19:43:35 +0800 Subject: [PATCH] feat(grunt): it's safe to remove empty elements --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 2ef85c5ad..7d42fcf58 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -180,7 +180,7 @@ module.exports = (grunt) -> useShortDoctype: false removeEmptyAttributes: true removeOptionalTags: true - removeEmptyElements: false + removeEmptyElements: true lint: false keepClosingSlash: false caseSensitive: true