diff options
| author | Kevin Kirsche <[email protected]> | 2015-06-04 21:05:59 -0400 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-06-04 21:05:59 -0400 |
| commit | 8b01de228ffc1286e7eff09cc9ce00768758a3f7 (patch) | |
| tree | 15848381abad9ea01f1ebe47e397c0c4e806e7f0 | |
| parent | e7a4f9b4fe9ff6562c884fb22384e1891def9386 (diff) | |
| download | bootstrap-8b01de228ffc1286e7eff09cc9ce00768758a3f7.tar.xz bootstrap-8b01de228ffc1286e7eff09cc9ce00768758a3f7.zip | |
Include CSS Map file for bootstrap.min.css
X-Ref #16583
| -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: { |
