From b741608964310cb6886474f3fac70ffc264189bb Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 18 Sep 2013 09:04:09 +0300 Subject: [PATCH] Show minification report for uglify-js. --- Gruntfile.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +}; -- 2.47.2