1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 14:13:06 +02:00

Include CSS Map file for bootstrap.min.css

X-Ref #16583
This commit is contained in:
Kevin Kirsche
2015-06-04 21:05:59 -04:00
parent e7a4f9b4fe
commit 8b01de228f

View File

@@ -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: {