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:
authorXhmikosR <xhmikosr@gmail.com>2015-02-28 01:05:26 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-02-28 01:05:36 +0300
commit8518e3f3aa5fa4ff0b28aa2999325c2f40df6c21 (patch)
treee8fcd52e22fc8b8e79d337b75639533ab4f9011a
parentb372d72bdf27ac3be71d7aa5eaa42b65dcdc2b3d (diff)
Gruntfile.js: correct comment.
[ci skip]
-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',