Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2016-07-17 07:22:39 +0300
committerGitHub <noreply@github.com>2016-07-17 07:22:39 +0300
commitb8b099ddac3aff2162579fc8c7a64c69e91f8204 (patch)
treefc5890077c5016829616a709621ff4895fc83453 /Gruntfile.js
parent04036c349f00c9a6fd64a842a9b7f40bc405127c (diff)
Gruntfile.js: Use single quotes in htmlmin config to make JSCS happy (#20314)
[skip validator] [skip sauce]
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
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,