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",