johnpapa / gulp-patterns

Playground for Gulp Recipes
501 stars 146 forks source link

Gulp-useref has been updated with a new API #110

Open edwardwilson opened 8 years ago

edwardwilson commented 8 years ago

There as been an update to gulp-useref (v3) which changes the API breaking the gulp file in this project. The use of $.useref.assets({searchPath: './'}) is now incorrect; resulting in the error TypeError: $.useref.assets is not a function

nfantone commented 8 years ago

+1 to this. I've come across this issue today. My build broke due to an involuntary upgrade of gulp-usref.