diff options
| -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: { |
