From 52cf13374ba1ce91d22e38141db5a2b9d935424b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Dec 2014 17:57:34 -0800 Subject: [PATCH] bump grunt-contrib-cssmin to ~0.11.0 --- Gruntfile.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 42b1a07..190c1e9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -114,7 +114,6 @@ module.exports = function (grunt) { cssmin: { options: { - banner: '', // set to empty; see bellow keepSpecialComments: '*' // set to '*' because we already add the banner in sass }, ratchet: { diff --git a/package.json b/package.json index 6fe88ae..27c85b0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "grunt-contrib-concat": "~0.5.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-jshint": "~0.10.0", "grunt-contrib-sass": "~0.8.1", "grunt-contrib-uglify": "~0.6.0",