From: Chris Rebert Date: Sun, 17 Jul 2016 04:22:39 +0000 (-0700) Subject: Gruntfile.js: Use single quotes in htmlmin config to make JSCS happy (#20314) X-Git-Tag: v3.3.7~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b099ddac3aff2162579fc8c7a64c69e91f8204;p=thirdparty%2Fbootstrap.git Gruntfile.js: Use single quotes in htmlmin config to make JSCS happy (#20314) [skip validator] [skip sauce] --- diff --git a/Gruntfile.js b/Gruntfile.js index b4541e17b6..994a500871 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -321,7 +321,7 @@ module.exports = function (grunt) { conservativeCollapse: true, decodeEntities: false, minifyCSS: { - compatibility: "ie8", + compatibility: 'ie8', keepSpecialComments: 0 }, minifyJS: true,