diff options
| author | Chris Rebert <[email protected]> | 2016-07-07 22:58:25 -0700 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-07-12 03:05:40 +0300 |
| commit | ebdbed1b7da285fa89b198086ab301680cd06897 (patch) | |
| tree | 7c972e8ce89628b80035dd3d83199c5a169b9d46 | |
| parent | 6b3e08420f6391c786976c7306e25eed33279140 (diff) | |
| download | bootstrap-ebdbed1b7da285fa89b198086ab301680cd06897.tar.xz bootstrap-ebdbed1b7da285fa89b198086ab301680cd06897.zip | |
Tell clean-css to inline source files into sourcemap; v3 fix for #19063
| -rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 812c5f140..1a597b889 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: { |
