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

Case sensitive comparison issue on Windows, node 6.3 #49

Closed
vadimi opened this issue Jul 12, 2016 · 1 comment
Closed

Case sensitive comparison issue on Windows, node 6.3 #49

vadimi opened this issue Jul 12, 2016 · 1 comment

Comments

@vadimi
Copy link

vadimi commented Jul 12, 2016

Due to a bug nodejs/node#6624 in node 6.x ngtemplate loader fails on Windows. While doing resource.indexOf(relativeTo) it cannot find a part of the relative path as indexOf is case sensitive. Any chance to change it to case insensitive on Windows (or do toLower() before indexOf())?

@vadimi
Copy link
Author

vadimi commented Aug 16, 2016

Closing this as it has been fixed in nodejs 6.4.0. Here is the issue nodejs/node#7899

@vadimi vadimi closed this as completed Aug 16, 2016
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