Skip to content

Commit

Permalink
grunt file - add new option for conservative whitespace collapse
Browse files Browse the repository at this point in the history
fixes #414
  • Loading branch information
sindresorhus committed Aug 12, 2014
1 parent acbc94c commit f2fd60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ module.exports = function (grunt) {
options: {
collapseBooleanAttributes: true,
collapseWhitespace: true,
conservativeCollapse: true,
removeAttributeQuotes: true,
removeCommentsFromCDATA: true,
removeEmptyAttributes: true,
Expand Down

0 comments on commit f2fd60b

Please sign in to comment.