]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Gruntfile.js: Use single quotes in htmlmin config to make JSCS happy (#20314)
authorChris Rebert <github@chrisrebert.com>
Sun, 17 Jul 2016 04:22:39 +0000 (21:22 -0700)
committerGitHub <noreply@github.com>
Sun, 17 Jul 2016 04:22:39 +0000 (21:22 -0700)
[skip validator]
[skip sauce]

Gruntfile.js

index b4541e17b6405f3972734e8353d9f35db0c070e4..994a5008713bfec740782484c91adae8c668e3ed 100644 (file)
@@ -321,7 +321,7 @@ module.exports = function (grunt) {
           conservativeCollapse: true,
           decodeEntities: false,
           minifyCSS: {
-            compatibility: "ie8",
+            compatibility: 'ie8',
             keepSpecialComments: 0
           },
           minifyJS: true,