From 9b35510f96036960439a7aff951140dbfa56325a Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 20 Sep 2015 22:45:08 +0100 Subject: [PATCH] Update Gruntfile.js --- Gruntfile.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 3c278128..b8e00be6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -55,6 +55,9 @@ module.exports = function(grunt) { }, }, cssmin: { + options: { + keepSpecialComments: 0 + }, target: { files: [{ expand: true, @@ -93,4 +96,4 @@ module.exports = function(grunt) { }); grunt.registerTask('default', ['copy', 'sass', 'concat', 'cssmin', 'uglify']); -}; \ No newline at end of file +};