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: fail to build static files on windows #239

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

nusr
Copy link
Contributor

@nusr nusr commented Mar 21, 2024

fix #179

windows file separator is \\
POSIX file separator is /
https://nodejs.org/api/path.html#pathsep

@tipiirai tipiirai merged commit b7139b1 into nuejs:master Mar 21, 2024
3 checks passed
@tipiirai
Copy link
Contributor

Nice! Thank you

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

Successfully merging this pull request may close these issues.

Nue didn't build static files on Windows using esbuild
2 participants