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