Merge pull request #16589 from kkirsche/patch-18

Include CSS Source Map for bootstrap.min.css
Esse commit está contido em:
Mark Otto
2015-06-18 16:34:56 -07:00
+1
Ver Arquivo
@@ -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: {