From 06e66cdee00e92771e0a422292d69bc02043045a Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 13 Mar 2017 13:40:46 +0000 Subject: [PATCH] Upgrade Gulp SASS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gulp was spitting out a lot of noise about stuff being out of date. The cause seemed to be our outdated version of Gulp SASS. This commit upgrades Gulp SASS to the latest version. Changes: --- https://github.com/dlmanning/gulp-sass/compare/v2.3.1...v3.1.0 This is a breaking change because one of the underlying libraries includes a breaking change. But looking at their release notes, it doesn’t seem to affect any SASS features that we’re using: https://github.com/sass/libsass/releases/tag/3.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9338145b..0f67bdf70 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "gulp-concat": "2.6.0", "gulp-include": "2.1.0", "gulp-load-plugins": "1.1.0", - "gulp-sass": "2.2.0", + "gulp-sass": "3.1.0", "gulp-uglify": "1.5.1", "hogan": "1.0.2", "jquery": "1.11.2",