Skip to content

Commit

Permalink
feat(grunt): disable by default since it causes too much troble in th…
Browse files Browse the repository at this point in the history
…e past, also props @Cee, should fix #56
  • Loading branch information
sparanoid committed Oct 18, 2016
1 parent 4ec648e commit db5b787
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 @@ -179,7 +179,7 @@ module.exports = (grunt) ->
useShortDoctype: false
removeEmptyAttributes: true
removeOptionalTags: true
removeEmptyElements: true
removeEmptyElements: false
lint: false
keepClosingSlash: false
caseSensitive: true
Expand Down

0 comments on commit db5b787

Please sign in to comment.