Browse files

Tell clean-css to inline source files into sourcemap; v3 fix for #19063

1 parent 6b3e084 commit ebdbed1b7da285fa89b198086ab301680cd06897 @cvrebert cvrebert committed with XhmikosR Jul 7, 2016
Showing with 1 addition and 0 deletions.
  1. +1 −0 Gruntfile.js
View
1 Gruntfile.js
@@ -231,6 +231,7 @@ module.exports = function (grunt) {
compatibility: 'ie8',
keepSpecialComments: '*',
sourceMap: true,
+ sourceMapInlineSources: true,
advanced: false
},
minifyCore: {

0 comments on commit ebdbed1

Please sign in to comment.