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 <code@chrisrebert.com>2016-07-08 08:58:25 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-07-12 03:05:40 +0300
commitebdbed1b7da285fa89b198086ab301680cd06897 (patch)
tree7c972e8ce89628b80035dd3d83199c5a169b9d46 /Gruntfile.js
parent6b3e08420f6391c786976c7306e25eed33279140 (diff)
Tell clean-css to inline source files into sourcemap; v3 fix for #19063
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 812c5f1402..1a597b8893 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -231,6 +231,7 @@ module.exports = function (grunt) {
compatibility: 'ie8',
keepSpecialComments: '*',
sourceMap: true,
+ sourceMapInlineSources: true,
advanced: false
},
minifyCore: {