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",