]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Gruntfile.js: Remove default `report` option.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Thu, 27 Mar 2014 17:45:25 +0000 (19:45 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Thu, 27 Mar 2014 17:48:23 +0000 (19:48 +0200)
Gruntfile.js

index bf5705454003286d0753ba6a0c391d7ee76d3105..78f77a763ea6dffd51c73d403fedccafb0c4c977 100644 (file)
@@ -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: [