Skip to content
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

fix(gen-rollup-conf): fix globbing issues on Windows #107

Merged
merged 1 commit into from Apr 12, 2020

Conversation

Thomaash
Copy link
Member

Windows separators interfere with escaping. For this reason they decided
to use POSIX separators everywhere (they work on Windows by the way). We
don't use escaping at the moment so it's fine to just replace all
escapes (aka Windows separators) by POSIX separators.

Closes visjs/vis-timeline#419.

Windows separators interfere with escaping. For this reason they decided
to use POSIX separators everywhere (they work on Windows by the way). We
don't use escaping at the moment so it's fine to just replace all
escapes (aka Windows separators) by POSIX separators.
@yotamberk yotamberk merged commit 07f9d0d into master Apr 12, 2020
@yotamberk yotamberk deleted the workaround-win-paths branch April 12, 2020 17:36
@yotamberk
Copy link
Member

Thank you again!

@vis-bot
Copy link
Collaborator

vis-bot commented Apr 12, 2020

🎉 This PR is included in version 2.2.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NPM Build Issues
3 participants