johnpapa / gulp-patterns

Playground for Gulp Recipes
501 stars 146 forks source link

wiredep task error fix #118

Open msreekm opened 8 years ago

msreekm commented 8 years ago

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)!