mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
Tell clean-css to inline source files into sourcemap; v3 fix for #19063
This commit is contained in:
parent
6b3e08420f
commit
ebdbed1b7d
@ -231,6 +231,7 @@ module.exports = function (grunt) {
|
|||||||
compatibility: 'ie8',
|
compatibility: 'ie8',
|
||||||
keepSpecialComments: '*',
|
keepSpecialComments: '*',
|
||||||
sourceMap: true,
|
sourceMap: true,
|
||||||
|
sourceMapInlineSources: true,
|
||||||
advanced: false
|
advanced: false
|
||||||
},
|
},
|
||||||
minifyCore: {
|
minifyCore: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user