You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then it moves all those images to the css/ folder in dest, and since that's where I'm moving any bower'd css, it would work great.
I say "would work," because wiredep currently skips over images.
There are a couple different ways we could approach actually implementing this, but just to get what I'm talking about working, the bare minimum you could do is change this line to this:
How would you feel about adding support for images?
It doesn't make sense in all use-cases, but it does for the
wiredep().png
use-case.For example, if I install
select2
, which has 2png
s and agif
listed under themain
, then if I have this in mygulp
file:then it moves all those images to the
css/
folder indest
, and since that's where I'm moving anybower
'dcss
, it would work great.I say "would work," because
wiredep
currently skips over images.There are a couple different ways we could approach actually implementing this, but just to get what I'm talking about working, the bare minimum you could do is change this line to this:
Then it works as I described.
Thoughts?
The text was updated successfully, but these errors were encountered: