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

Commit

Permalink
fix(htmlmin): disable the removeOptionalTags option.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelliard committed Jun 13, 2015
1 parent b6525dc commit f3d592f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/common/root/_Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,7 @@ module.exports = function (grunt) {
collapseWhitespace: true,
conservativeCollapse: true,
collapseBooleanAttributes: true,
removeCommentsFromCDATA: true,
removeOptionalTags: true
removeCommentsFromCDATA: true
},
files: [{
expand: true,
Expand Down

0 comments on commit f3d592f

Please sign in to comment.