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-06 20:12:28 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-02-06 20:12:28 +0300
commitb75073ccd653f057f633afb70357b86123dde0fc (patch)
treebf934ae36b32aec010b16429ae195cf293e175f7
parentd412b60058bcb6c7191e856d4a6832550dc73384 (diff)
Bump grunt-contrib-sass to v0.9.1.
-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 74c2086..c57b5b8 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -64,7 +64,6 @@ module.exports = function (grunt) {
sass: {
options: {
- banner: '<%= banner %>',
sourcemap: 'none',
style: 'expanded',
unixNewlines: true
diff --git a/package.json b/package.json
index 6514816..2544813 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
"grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-jshint": "~0.11.0",
- "grunt-contrib-sass": "~0.8.1",
+ "grunt-contrib-sass": "~0.9.1",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~3.0.0",