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:
authorMark Otto <markd.otto@gmail.com>2016-10-03 04:42:39 +0300
committerGitHub <noreply@github.com>2016-10-03 04:42:39 +0300
commit06d95cbba7f6a6fa54e835ccd90b44a9312d127d (patch)
treed4c14a5d42e57fc37054c8f7c934de3182f4326a /Gruntfile.js
parent59d067925084aa8bb5b5b9fa775fa6be85d64937 (diff)
Ports changes from #20258 to v4 (#20828)
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 2b9c188992..bc7d009f0a 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -170,6 +170,7 @@ module.exports = function (grunt) {
compatibility: 'ie9',
keepSpecialComments: '*',
sourceMap: true,
+ sourceMapInlineSources: true,
advanced: false
},
core: {