diff --git a/Gruntfile.js b/Gruntfile.js index ae7a44e8e..1b140d1fb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -399,7 +399,7 @@ module.exports = function(grunt) { dryRun: grunt.option('dryRun') ? grunt.option('dryRun') : false, silent: false }, - src: [ 'dist/**/*' ] + src: [ 'dist/**/*.js','dist/**/*.map' ] } } });