Comparing version 1.2.13-rc.0 to 1.2.13-rc.1
{ | ||
"name": "fp-stylus", | ||
"version": "1.2.13-rc.0", | ||
"version": "1.2.13-rc.1", | ||
"description": "Stylus extension for Fepper", | ||
@@ -5,0 +5,0 @@ "main": "stylus~extend.js", |
@@ -284,3 +284,3 @@ 'use strict'; | ||
const vPath = (vinylPath.slice(0, vinylPath.lastIndexOf('.')) + '.css').replace(cwd, ''); | ||
const base = path.dirname(vPath) | ||
const base = path.dirname(vPath); | ||
const file = new Vinyl({ | ||
@@ -404,3 +404,3 @@ cwd, | ||
})) | ||
.on('error', done) | ||
.on('error', function () {this.emit('end');}) | ||
.pipe(gulp.dest(`${cssSrcDir}/.tmp`)); | ||
@@ -407,0 +407,0 @@ }); |
25209