We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dest()
With newest update of Vinyl-fs, gulp-dom-src isn't returning a properly formatted vinyl type that vinyl-fs can consume.
domSrc({ file: files.app.indexHtml, selector: 'script', attribute: 'src' }) .pipe(...) .pipe(gulp.dest(...));
Error: Received a non-Vinyl object in dest()
$ gulp -v [12:06:08] CLI version 2.0.0 [12:06:08] Local version 4.0.0 Gulp ^4.0.0 using Vinyl-FS^3.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With newest update of Vinyl-fs, gulp-dom-src isn't returning a properly formatted vinyl type that vinyl-fs can consume.
domSrc({
file: files.app.indexHtml,
selector: 'script',
attribute: 'src'
})
.pipe(...)
.pipe(gulp.dest(...));
Error: Received a non-Vinyl object in
dest()
$ gulp -v
[12:06:08] CLI version 2.0.0
[12:06:08] Local version 4.0.0
Gulp ^4.0.0 using Vinyl-FS^3.0.0
The text was updated successfully, but these errors were encountered: