From: Kevin Kirsche Date: Fri, 5 Jun 2015 01:05:59 +0000 (-0400) Subject: Include CSS Map file for bootstrap.min.css X-Git-Tag: v3.3.6~102^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b01de228ffc1286e7eff09cc9ce00768758a3f7;p=thirdparty%2Fbootstrap.git Include CSS Map file for bootstrap.min.css X-Ref #16583 --- diff --git a/Gruntfile.js b/Gruntfile.js index 4c021cef15..713feba3e1 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: {