From 05b36648779b70390e10fb5095f818c39348d56b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 27 Mar 2014 19:49:37 +0200 Subject: [PATCH] Gruntfile.js: remove default `report` option. --- Gruntfile.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 477dbbb..932414d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -117,8 +117,7 @@ module.exports = function(grunt) { options: { banner: '', // set to empty; see bellow keepSpecialComments: '*', // set to '*' because we already add the banner in sass - noAdvanced: true, // disable advanced optimizations since it causes many issues - report: 'min' + noAdvanced: true // disable advanced optimizations since it causes many issues }, ratchet: { src: '<%= meta.distPath %>css/<%= pkg.name %>.css', @@ -144,8 +143,7 @@ module.exports = function(grunt) { banner: '<%= banner %>', compress: true, mangle: true, - preserveComments: false, - report: 'min' + preserveComments: false }, ratchet: { src: '<%= meta.distPath %>js/<%= pkg.name %>.js',