Skip to content

fix Windows: normalize slashes in paths#4

Open
XaserAcheron wants to merge 1 commit intowillviles:masterfrom
XaserAcheron:fix-windows
Open

fix Windows: normalize slashes in paths#4
XaserAcheron wants to merge 1 commit intowillviles:masterfrom
XaserAcheron:fix-windows

Conversation

@XaserAcheron
Copy link

Background: ember-cli-markdown-resolver can't find any files when building on Windows, since Node.js's fs operations spit out file paths with backslashes, while the resolver expects the paths to have forward-slashes.

This PR simply normalizes the slashes, so Windows behaves like the rest of the sane world. ;)

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