diff --git a/Gruntfile.js b/Gruntfile.js index 9fb641f34b..ccb49ed525 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -63,7 +63,8 @@ module.exports = function(grunt) { uglify: { options: { - banner: '<%= banner %>' + banner: '<%= banner %>', + report: 'min' }, bootstrap: { src: ['<%= concat.bootstrap.dest %>'], @@ -217,4 +218,4 @@ module.exports = function(grunt) { var files = getFiles('js') + getFiles('less') + getFiles('fonts') fs.writeFileSync('assets/js/raw-files.js', files) }); -}; \ No newline at end of file +};