8000 Gruntfile.js: Use single quotes in htmlmin config to make JSCS happy … · williamjava/bootstrap@b8b099d · GitHub
[go: up one dir, main page]

Skip to content

Commit b8b099d

Browse files
authored
Gruntfile.js: Use single quotes in htmlmin config to make JSCS happy (twbs#20314)
[skip validator] [skip sauce]
1 parent 04036c3 commit b8b099d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ module.exports = function (grunt) {
321321
conservativeCollapse: true,
322322
decodeEntities: false,
323323
minifyCSS: {
324-
compatibility: "ie8",
324+
compatibility: 'ie8',
325325
keepSpecialComments: 0
326326
},
327327
minifyJS: true,

0 commit comments

Comments
 (0)
0