Skip to content

wiredep task error fix #118

New issue

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

wiredep task error fix #118

wants to merge 2 commits into from

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