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

Path issues on windows #16

Open
mborman opened this issue Mar 30, 2016 · 0 comments
Open

Path issues on windows #16

mborman opened this issue Mar 30, 2016 · 0 comments

Comments

@mborman
Copy link

mborman commented Mar 30, 2016

When using the compiler / wrapper command, the regExp that is used to determine the "local_path" fails for windows paths that contain the "" character. The slashes need to be escaped. However, using node's path.relative() method solves the problem nicely. PR to come shortly.

mborman pushed a commit to mborman/node-jade-amd that referenced this issue Mar 30, 2016
Fix issue with slashes in windows paths.
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

No branches or pull requests

1 participant