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

Fix slashes on Windows #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maddhatter
Copy link

@maddhatter maddhatter commented Aug 22, 2016

On Windows, the bust_table and unbust_table are filled with paths that use \ as the directory separator. But since URLs use / as their directory separator, no paths ever match the bust/unbust table.

This replaces all slashes with web friendly ones. Tested on Windows 10 without any issues.

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

Successfully merging this pull request may close these issues.

1 participant