0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

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

This commit is contained in:
Chris Rebert 2016-07-07 22:58:25 -07:00 committed by XhmikosR
parent 6b3e08420f
commit ebdbed1b7d

View File

@ -231,6 +231,7 @@ module.exports = function (grunt) {
compatibility: 'ie8',
keepSpecialComments: '*',
sourceMap: true,
sourceMapInlineSources: true,
advanced: false
},
minifyCore: {