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

Forward slashes don't work under Windows #2

Closed
wilhelmer opened this issue Feb 20, 2019 · 2 comments
Closed

Forward slashes don't work under Windows #2

wilhelmer opened this issue Feb 20, 2019 · 2 comments

Comments

@wilhelmer
Copy link

My MkDocs project runs on Windows, and forward slashes in path names don't work for me:

plugins:
  - exclude:
      glob:
        - "exclude/this/path/*"

This worked for me, but I guess it will only work on Windows:

plugins:
  - exclude:
      glob:
        - "exclude\\this\\path\\*"

Please fix this for cross-platform compatibility. We should be able to use forward slashes on all platforms, just like with other plugins.

@apenwarr
Copy link
Owner

thanks for the report. Should be fixed in 1.0.2.

@wilhelmer
Copy link
Author

Yep, it's fixed. Thanks!

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

2 participants