From 8518e3f3aa5fa4ff0b28aa2999325c2f40df6c21 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 28 Feb 2015 00:05:26 +0200 Subject: Gruntfile.js: correct comment. [ci skip] --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 6eb4103..8e1fffd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -186,7 +186,7 @@ module.exports = function (grunt) { cssmin: { options: { - keepSpecialComments: '*' // set to '*' because we already add the banner in sass + keepSpecialComments: '*' // keep all important comments }, ratchet: { src: '<%= meta.distPath %>css/<%= pkg.name %>.css', -- cgit v1.2.3