From aff64cffce549fc4c33c09b85c5cbe8b88df7dd7 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 13 Jan 2014 21:31:40 -0800 Subject: avoid redundant banner in minified docs CSS --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 4d5671565..46c5adcdd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -196,7 +196,6 @@ module.exports = function (grunt) { cssmin: { compress: { options: { - banner: '<%= bannerDocs %>', keepSpecialComments: '*', noAdvanced: true, // turn advanced optimizations off until it's fixed in clean-css report: 'min', -- cgit v1.2.3