]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Tell clean-css to inline source files into sourcemap; v3 fix for #19063
authorChris Rebert <code@chrisrebert.com>
Fri, 8 Jul 2016 05:58:25 +0000 (22:58 -0700)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 12 Jul 2016 00:05:40 +0000 (03:05 +0300)
Gruntfile.js

index 812c5f1402b0f432e39c72c3eb55006021e6de23..1a597b8893fef38910fb77ea7e5b16d430f3d154 100644 (file)
@@ -231,6 +231,7 @@ module.exports = function (grunt) {
         compatibility: 'ie8',
         keepSpecialComments: '*',
         sourceMap: true,
+        sourceMapInlineSources: true,
         advanced: false
       },
       minifyCore: {