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:
authorChris Rebert <github@rebertia.com>2014-12-29 05:02:22 +0300
committerChris Rebert <github@rebertia.com>2014-12-29 05:02:22 +0300
commit5d394869c708bdc799ae8a5df93e5419bb70ab59 (patch)
tree0cff2e3f829ea3cc8a3fd46cfa962e39fbea2343
parentc26816b2fc9f03b4ae650c9dd12502cefee08abb (diff)
parent52cf13374ba1ce91d22e38141db5a2b9d935424b (diff)
Merge pull request #731 from twbs/bump-cssmin
bump grunt-contrib-cssmin to ~0.11.0
-rw-r--r--Gruntfile.js1
-rw-r--r--package.json2
2 files changed, 1 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 42b1a07..190c1e9 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -114,7 +114,6 @@ module.exports = function (grunt) {
cssmin: {
options: {
- banner: '', // set to empty; see bellow
keepSpecialComments: '*' // set to '*' because we already add the banner in sass
},
ratchet: {
diff --git a/package.json b/package.json
index 6fe88ae..27c85b0 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-csslint": "~0.3.1",
- "grunt-contrib-cssmin": "~0.10.0",
+ "grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-uglify": "~0.6.0",