Comparing version 3.1.0 to 3.2.0
# Gulp Sass Changelog | ||
## v3.2.0 | ||
**March 11, 2018** | ||
https://github.com/dlmanning/gulp-sass/releases/tag/v3.2.0 | ||
## v3.0.0 | ||
**January 9, 2017** | ||
https://github.com/dlmanning/gulp-sass/releases/tag/v3.0.0 | ||
## v2.3.2 | ||
**June 15, 2016** | ||
https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.2 | ||
## v2.3.1 | ||
**April 22, 2016** | ||
https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.1 | ||
## v2.3.0 | ||
**April 21, 2016** | ||
https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.0 | ||
## v2.3.0-beta.1 | ||
**February 4, 2016** | ||
https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.0-beta.1 | ||
## v2.2.0 | ||
**February 4, 2016** | ||
https://github.com/dlmanning/gulp-sass/releases/tag/v2.2.0 | ||
## v2.1.0 | ||
**November 2, 2015** | ||
https://github.com/dlmanning/gulp-sass/releases/tag/v2.1.0 | ||
## v2.1.0-beta | ||
@@ -4,0 +44,0 @@ **September 21, 2015** |
@@ -88,3 +88,3 @@ 'use strict'; | ||
if (sassFileSrcPath) { | ||
//Prepend the path to all files in the sources array except the file that's being worked on | ||
// Prepend the path to all files in the sources array except the file that's being worked on | ||
sourceFileIndex = sassMap.sources.indexOf(sassMapFile); | ||
@@ -91,0 +91,0 @@ sassMap.sources = sassMap.sources.map(function(source, index) { |
{ | ||
"name": "gulp-sass", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Gulp plugin for sass", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
"lodash.clonedeep": "^4.3.2", | ||
"node-sass": "^4.2.0", | ||
"node-sass": "^4.8.1", | ||
"through2": "^2.0.0", | ||
@@ -29,0 +29,0 @@ "vinyl-sourcemaps-apply": "^0.2.0" |
23439
10
159
Updatednode-sass@^4.8.1