fix(htmlmin): disable the removeOptionalTags option. · yeoman/generator-angular@f3d592f

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Commit f3d592f

fix(htmlmin): disable the removeOptionalTags option.

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 2 deletions

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,