From: XhmikosR Date: Thu, 27 Mar 2014 17:45:25 +0000 (+0200) Subject: Gruntfile.js: Remove default `report` option. X-Git-Tag: v3.2.0~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dea1945b4769cf9097b5da67a587b29a982023e2;p=thirdparty%2Fbootstrap.git Gruntfile.js: Remove default `report` option. --- diff --git a/Gruntfile.js b/Gruntfile.js index bf57054540..78f77a763e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -107,9 +107,6 @@ module.exports = function (grunt) { }, uglify: { - options: { - report: 'min' - }, bootstrap: { options: { banner: '<%= banner %>' @@ -178,8 +175,7 @@ module.exports = function (grunt) { }, minify: { options: { - cleancss: true, - report: 'min' + cleancss: true }, files: { 'dist/css/<%= pkg.name %>.min.css': 'dist/css/<%= pkg.name %>.css', @@ -246,10 +242,9 @@ module.exports = function (grunt) { cssmin: { options: { + compatibility: 'ie8', keepSpecialComments: '*', - noAdvanced: true, // turn advanced optimizations off until the issue is fixed in clean-css - report: 'min', - compatibility: 'ie8' + noAdvanced: true // turn advanced optimizations off until the issue is fixed in clean-css }, docs: { src: [