Skip to content

Conversation

msreekm
Copy link

@msreekm msreekm commented Feb 10, 2016

This is a fix for the newer versions of gulp inject that expects a stream instead of src string.
Error-
10:21:17] 'wiredep' errored after
[10:21:17] Error in plugin 'gulp-inject'
Message:
passing target file as a string is deprecated! Pass a vinyl file stream (i.e. use gulp.src)!

newer version of gulp inject does not allow first parameter(js) as string ,expects a stream gulp.src
10:21:17] 'wiredep' errored after
[10:21:17] Error in plugin 'gulp-inject'
Message:
    passing target file as a string is deprecated! Pass a vinyl file stream (i.e. use `gulp.src`)!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant