mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Gruntfile.js: Use single quotes in htmlmin config to make JSCS happy (#20314)
[skip validator] [skip sauce]
This commit is contained in:
+1
-1
@@ -321,7 +321,7 @@ module.exports = function (grunt) {
|
|||||||
conservativeCollapse: true,
|
conservativeCollapse: true,
|
||||||
decodeEntities: false,
|
decodeEntities: false,
|
||||||
minifyCSS: {
|
minifyCSS: {
|
||||||
compatibility: "ie8",
|
compatibility: 'ie8',
|
||||||
keepSpecialComments: 0
|
keepSpecialComments: 0
|
||||||
},
|
},
|
||||||
minifyJS: true,
|
minifyJS: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user