diff --git a/Gruntfile.js b/Gruntfile.js index 4c021cef15b8..24fe04e556a3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -103,6 +103,7 @@ module.exports = function (grunt) { concat: { options: { banner: '<%= banner %>\n<%= jqueryCheck %>\n<%= jqueryVersionCheck %>', + sourceMap: true, stripBanners: false }, bootstrap: { @@ -130,7 +131,8 @@ module.exports = function (grunt) { warnings: false }, mangle: true, - preserveComments: 'some' + preserveComments: 'some', + sourceMap: true }, core: { src: '<%= concat.bootstrap.dest %>',