If Gulp writes the file path
Look for:
.pipe(sass({
style: 'expanded',
sourceComments: 'normal'
}))
change to:
sourceComments: false
Look for:
.pipe(sass({
style: 'expanded',
sourceComments: 'normal'
}))
change to:
sourceComments: false