From b75073ccd653f057f633afb70357b86123dde0fc Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 6 Feb 2015 19:12:28 +0200 Subject: [PATCH] Bump grunt-contrib-sass to v0.9.1. --- Gruntfile.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 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",