-
Notifications
You must be signed in to change notification settings - Fork 661
updating gulp-filter to 4.0.0 causes map and rev failure #1094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For me it works. Which task is the one that fails? |
No tasks are failing, but when the build finishes the files have not been revisioned, there are no maps and the files are not minified. If I change back to 3.0.1 it works fine. |
@mykbaker here's how I got it working with 4.0.0 in
HTH, |
@mzellhofer that worked great, thanks. |
That's nice, could one of you make a PR with that? |
I would love to, but I am on windows at the moment and somehow I cannot get your tests running. I should be able to switch to linux in the evening and will try again. I anyways pushed the changes to here |
Not really an issue with the current version, but when I try to update all the dependencies for npm and bower I am able to move everything to current except gulp-filter. When I upgrade that from 3.0.1 to 4.0.0, rev and map stop working. I found this issue that might be related:
sindresorhus/gulp-filter#62
I am new to gulp and wasn't able to find the issue quickly so I thought I would enter a case and let those who are more skilled with gulp take a look. Thanks.
The text was updated successfully, but these errors were encountered: