From: Chris Rebert Date: Fri, 8 Jul 2016 05:58:25 +0000 (-0700) Subject: Tell clean-css to inline source files into sourcemap; v3 fix for #19063 X-Git-Tag: v3.3.7~33^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebdbed1b7da285fa89b198086ab301680cd06897;p=thirdparty%2Fbootstrap.git Tell clean-css to inline source files into sourcemap; v3 fix for #19063 --- diff --git a/Gruntfile.js b/Gruntfile.js index 812c5f1402..1a597b8893 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -231,6 +231,7 @@ module.exports = function (grunt) { compatibility: 'ie8', keepSpecialComments: '*', sourceMap: true, + sourceMapInlineSources: true, advanced: false }, minifyCore: {