зеркало из https://github.com/mozilla/treeherder.git
Bug 1187035 - Use conservativeCollapse everywhere in UI
This commit is contained in:
Родитель
d9938bb715
Коммит
386880e441
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче