-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cannot load paths on windows machines #3
Comments
After a poke around in your source code this appears to be due to your use of You should instead use something like url-join. I attempted to do it myself, but unfortunately I seem to break the If you could get this fixed I would very grateful; your library is very useful in eliminating boiler plate (especially surface), but I simply can't use it otherwise. |
Duplicate of #1 |
I just published v0.2.0,it fixed windows issues i think. |
Thanks, I'll give it a go when I get home from the office. |
See zedgu/surface#5
When paths are resolved on windows machines they are resolved to c:/path/to/resource, rather than /path/to/resource (or /c/path/to/resource). The path loading algorithm in ovenware uses regex and falls flat on windows paths:
The text was updated successfully, but these errors were encountered: