taptapship / wiredep

Wire Bower dependencies to your source code.
MIT License
1.15k stars 142 forks source link

Add fonts in wiredep returned object #267

Closed kserin closed 3 years ago

kserin commented 7 years ago

I often use wiredep with gulp to do: gulp.src(wiredep().js).pipe(concat())... But I need to do the same thing with fonts. Also asked in issue #200 .