nuejs / nue

A content first web framework. Perfect for UX developers.
https://nuejs.org
MIT License
5.86k stars 171 forks source link

fix: fail to build static files on windows #239

Closed nusr closed 2 months ago

nusr commented 2 months ago

fix #179

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

tipiirai commented 2 months ago

Nice! Thank you