Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit f3d592f

Browse files
committed
fix(htmlmin): disable the removeOptionalTags option.
1 parent b6525dc commit f3d592f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/common/root/_Gruntfile.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,7 @@ module.exports = function (grunt) {
384384
collapseWhitespace: true,
385385
conservativeCollapse: true,
386386
collapseBooleanAttributes: true,
387-
removeCommentsFromCDATA: true,
388-
removeOptionalTags: true
387+
removeCommentsFromCDATA: true
389388
},
390389
files: [{
391390
expand: true,

0 commit comments

Comments
 (0)