From 8b01de228ffc1286e7eff09cc9ce00768758a3f7 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Thu, 4 Jun 2015 21:05:59 -0400 Subject: [PATCH] Include CSS Map file for bootstrap.min.css X-Ref #16583 --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 4c021cef15b8..713feba3e157 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: {