Tell clean-css to inline source files into sourcemap; v3 fix for #19063
This commit is contained in:
parent
6b3e08420f
commit
ebdbed1b7d
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ module.exports = function (grunt) {
|
|||
compatibility: 'ie8',
|
||||
keepSpecialComments: '*',
|
||||
sourceMap: true,
|
||||
sourceMapInlineSources: true,
|
||||
advanced: false
|
||||
},
|
||||
minifyCore: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue