Skip to content

Commit

Permalink
feat(grunt): it's safe to remove empty elements
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Mar 10, 2016
1 parent 1866305 commit e93ee80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ module.exports = (grunt) ->
useShortDoctype: false
removeEmptyAttributes: true
removeOptionalTags: true
removeEmptyElements: false
removeEmptyElements: true
lint: false
keepClosingSlash: false
caseSensitive: true
Expand Down

0 comments on commit e93ee80

Please sign in to comment.