-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
Updates for gulp 5 #3105
Updates for gulp 5 #3105
Conversation
@coliff tests are passing here and in my codespace. Can you double check? |
Tested on Windows 11 before - get a different error on macOS .DS_Store is in our .gitignore but should ideally set it to be excluded from dist dir too. |
whats the issue ? |
|
hmmm, what is the result supposed to look like? |
Pass with no errors |
BREAKING NEWS I just checked out the v9.0.0 tag and it's broken there. So... I don't know when this test last passed on Windows. I am actually on Windows as I type this but I've become a Codespaces devotee so I did the entire 9.0.0 release on GitHub and the PR tests are all running in similar environments. I'm going to backwards through tags to find out when it last worked at start from there. It definitely used to work because before Codepsaces everything I did went through Windows. The issue is that "css\style.css" is not "css/style.css"
@coliff I'd like to merge this PR and then I'll create a separate issue for the failing tests since they pre-date the Gulp upgrade. Once I fix that we'll put out a patch release. |
@coliff fixed? |
Types of changes
Checklist:
Pull requests should be thought of as a conversation. There will be some back and forth when trying to get code merged into this or any other project. With all but the simplest changes you can and should expect that the maintainers of the project will request changes to your code. Please be aware of that and check in after you open your PR in order to get your code merged in cleanly.
Thanks!