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 windows path issue #22

Merged
merged 1 commit into from
May 13, 2020
Merged

fix windows path issue #22

merged 1 commit into from
May 13, 2020

Conversation

ZachJW34
Copy link
Owner

Mixing Angular's path utilities and the node 'path' package does not mesh well. On Windows, the drive was being appended twice i.e. "C:\C\rest\of\the\path".

fixes #21

@BuckyMaler BuckyMaler self-requested a review May 13, 2020 03:19
Copy link
Collaborator

@BuckyMaler BuckyMaler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please test that this works as expected. I don't have a Windows machine.

Mixing Angular's path utilities and the node 'path' package does not mesh well. On Windows, the drive was being appended twice i.e. "C:\\C\rest\of\the\path".

fixes #21
@ZachJW34
Copy link
Owner Author

Also changed to using path for the outDir inside the build builder to be consistent. Tested on my mac and my windows.

@BuckyMaler BuckyMaler merged commit 039b16c into master May 13, 2020
@BuckyMaler BuckyMaler deleted the fix-windows-path-issue branch May 13, 2020 04:06
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.

docusaurus.config.js not found
2 participants