diff options
| author | Mark Otto <[email protected]> | 2015-06-18 16:34:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-18 16:34:56 -0700 |
| commit | 46b4cd68f10ba2a4d34edf11841ad811ae65dd90 (patch) | |
| tree | 6dd4e2abcf61321a6361954571966a8789fe7bb3 | |
| parent | df78c8956d16f7128b853cf712f88dc79774d409 (diff) | |
| parent | 8b01de228ffc1286e7eff09cc9ce00768758a3f7 (diff) | |
| download | bootstrap-46b4cd68f10ba2a4d34edf11841ad811ae65dd90.tar.xz bootstrap-46b4cd68f10ba2a4d34edf11841ad811ae65dd90.zip | |
Merge pull request #16589 from kkirsche/patch-18
Include CSS Source Map for bootstrap.min.css
| -rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 4c021cef1..713feba3e 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: { |
