Closed debuggerpk closed 7 years ago
Thanks for sharing @ysfjwd. Did you have a chance to figure this issue out?
To be honest, the steps to reproduce the issue are quite complex. That's probably why we haven't been addressing it yet. When facing an issue, it's good to remove everything bit by bit until you're left with the non-working code. You're likely to solve the issue along the process and if not, you'll have a simple reproduction scenario to share.
i downgraded to gulp2 in order to use this and had been using gulp2 ever since for that particular project. let me upgrade to gulp3 and try to replicate it.
@ysfjwd did upgrading to gulp 3 solve this issue?
the project i was on has been handed over to client. The code i have, i checked, shows gulp 2 in package.json.
Thanks, I'm closing this issue then 👍
It used to work with version 2, updated to version 3, updated the task, The task i.e.
This tasks works fine on its own, e.g.
however, when i introduce a new task
the above task
gulp minify
gives me thisthe strange thing, i remove all the filters, i.e.
then the task
gulp minify
works perfectly fine. Is it something wrong with gulp-filter package, or am i using it wrong?