Bug 1187035 - Use conservativeCollapse everywhere in UI

This commit is contained in:
William Lachance 2015-07-23 16:20:46 -04:00
Родитель d9938bb715
Коммит 386880e441
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -192,6 +192,7 @@ module.exports = function(grunt) {
htmlmin: {
collapseBooleanAttributes: true,
collapseWhitespace: true,
conservativeCollapse: true,
removeAttributeQuotes: true,
removeComments: true,
removeEmptyAttributes: true,
@ -212,6 +213,7 @@ module.exports = function(grunt) {
htmlmin: {
collapseBooleanAttributes: true,
collapseWhitespace: true,
conservativeCollapse: true,
removeAttributeQuotes: true,
removeComments: true,
removeEmptyAttributes: true,