Gruntfile.js: Use single quotes in htmlmin config to make JSCS happy (#20314)
[skip validator] [skip sauce]
This commit is contained in:
parent
04036c349f
commit
b8b099ddac
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ module.exports = function (grunt) {
|
|||
conservativeCollapse: true,
|
||||
decodeEntities: false,
|
||||
minifyCSS: {
|
||||
compatibility: "ie8",
|
||||
compatibility: 'ie8',
|
||||
keepSpecialComments: 0
|
||||
},
|
||||
minifyJS: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue