Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
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',