Commit 46b4cd68 authored by Mark Otto's avatar Mark Otto

Merge pull request #16589 from kkirsche/patch-18

Include CSS Source Map for bootstrap.min.css
parents df78c895 8b01de22
...@@ -231,6 +231,7 @@ module.exports = function (grunt) { ...@@ -231,6 +231,7 @@ module.exports = function (grunt) {
// and then simplify the fix for https://github.com/twbs/bootstrap/issues/14837 accordingly // and then simplify the fix for https://github.com/twbs/bootstrap/issues/14837 accordingly
compatibility: 'ie8', compatibility: 'ie8',
keepSpecialComments: '*', keepSpecialComments: '*',
sourceMap: true,
advanced: false advanced: false
}, },
minifyCore: { minifyCore: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment