Remove the commented code and l95

This commit is contained in:
Joe Bruno 2015-12-02 12:13:53 -05:00
parent 00963bc41f
commit 9c042f3cc2

View file

@ -89,13 +89,9 @@ var gulpSass = function gulpSass(options, sync) {
}
}
}
// Replace the stdin with the original file name
// sassMap.sources[sassMap.sources.indexOf(sassMapFile)] = sassFileSrc;
// Commented out line 93 and added lines 95 - 103
// Remove 'stdin' from souces and replace with filenames!
var srcs = sassMap.sources.filter(function(src) {
if (src.indexOf("stdin") === -1) {
if (src.indexOf('stdin') === -1) {
return src;
}
});