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:
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>2015-06-05 04:05:59 +0300
committerKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>2015-06-05 04:05:59 +0300
commit8b01de228ffc1286e7eff09cc9ce00768758a3f7 (patch)
tree15848381abad9ea01f1ebe47e397c0c4e806e7f0 /Gruntfile.js
parente7a4f9b4fe9ff6562c884fb22384e1891def9386 (diff)
Include CSS Map file for bootstrap.min.css
X-Ref #16583
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 4c021cef15..713feba3e1 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -231,6 +231,7 @@ module.exports = function (grunt) {
// and then simplify the fix for https://github.com/twbs/bootstrap/issues/14837 accordingly
compatibility: 'ie8',
keepSpecialComments: '*',
+ sourceMap: true,
advanced: false
},
minifyCore: {