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
I want to delete some outdated assets in my project.
In the past, I use gulp-rev-outdated and gulp-rev to solve my problem.
But I found that gulp-rev-all is more powerful than gulp-rev so I use gulp-revl-all in my project now. When I tried to use gulp-rev-outdated with gulp-rev-all, it didn't work.
What should I do?
The text was updated successfully, but these errors were encountered:
mcattx
changed the title
Can I use gulp-rev-outdated with gulp-rev-all?
Can I use gulp-rev-outdated with gulp-rev-all?
Apr 12, 2016
I want to delete some outdated assets in my project.
In the past, I use gulp-rev-outdated and
gulp-rev
to solve my problem.But I found that
gulp-rev-all
is more powerful thangulp-rev
so I usegulp-revl-all
in my project now. When I tried to usegulp-rev-outdated
withgulp-rev-all
, it didn't work.What should I do?
The text was updated successfully, but these errors were encountered: