From: Gleb Mazovetskiy Date: Fri, 5 Dec 2014 10:53:14 +0000 (+0000) Subject: Disable source comments X-Git-Tag: v4.0.0-alpha~507^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fe70cb083524dd1873b49e347f8cf6b842a4aa3;p=thirdparty%2Fbootstrap.git Disable source comments Require latest grunt-sass, bumped dep --- diff --git a/Gruntfile.js b/Gruntfile.js index 222ec0eb4d..1e386a1543 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -152,6 +152,7 @@ module.exports = function (grunt) { options: { includePaths: ['scss'], precision: 6, + sourceComments: false, sourceMap: true }, core: { diff --git a/package.json b/package.json index 7c995287f5..028e5aab29 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "grunt-html-validation": "~0.1.18", "grunt-jekyll": "~0.4.2", "grunt-jscs": "~1.0.0", - "grunt-sass": "~0.16.0", + "grunt-sass": "~0.17.0", "grunt-saucelabs": "~8.3.3", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~1.0.0",