From: Chris Rebert Date: Mon, 29 Dec 2014 03:58:29 +0000 (-0800) Subject: Bump grunt-contrib-cssmin to ~0.11.0 X-Git-Tag: v3.3.2~5^2~57^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f91071bc1bb0cb0999739d62dd46d18727312165;p=thirdparty%2Fbootstrap.git Bump grunt-contrib-cssmin to ~0.11.0 --- diff --git a/Gruntfile.js b/Gruntfile.js index 9cd42e9c80..ca6bed5f1b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -224,7 +224,7 @@ module.exports = function (grunt) { options: { compatibility: 'ie8', keepSpecialComments: '*', - noAdvanced: true + advanced: false }, minifyCore: { src: 'dist/css/<%= pkg.name %>.css', diff --git a/package.json b/package.json index 91d807dea9..1d8f185be3 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "grunt-contrib-connect": "~0.9.0", "grunt-contrib-copy": "~0.7.0", "grunt-contrib-csslint": "~0.3.1", - "grunt-contrib-cssmin": "~0.10.0", + "grunt-contrib-cssmin": "~0.11.0", "grunt-contrib-jade": "~0.14.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-less": "~0.12.0",