]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Include CSS Map file for bootstrap.min.css 16589/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Fri, 5 Jun 2015 01:05:59 +0000 (21:05 -0400)
committerKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Fri, 5 Jun 2015 01:05:59 +0000 (21:05 -0400)
X-Ref #16583

Gruntfile.js

index 4c021cef15b8a0e423bc9d8ed7143eed5b824a7b..713feba3e157e2650ba87e53b75b054563ac79d4 100644 (file)
@@ -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: {