From ebdbed1b7da285fa89b198086ab301680cd06897 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 7 Jul 2016 22:58:25 -0700 Subject: [PATCH] Tell clean-css to inline source files into sourcemap; v3 fix for #19063 --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) 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: {