Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Fix path delimiters bug in windows environment #46

Merged
merged 1 commit into from
Dec 12, 2014

Conversation

artch
Copy link
Contributor

@artch artch commented Dec 12, 2014

This will fix an issue with Windows incompatibility. It was because of incorrectly parsed paths in baseDirRegex due to different path delimiters: / instead of \. With this patch now everything works as expected.

Fixes #45
Fixes #44

@curist
Copy link
Owner

curist commented Dec 12, 2014

Hey, it's so great that someone actually fix this.
I will check this as soon as possible.
2014/12/12 下午6:58 於 "Artem Chivchalov" notifications@github.com 寫道:

This will fix an issue with Windows incompatibility. It was because of
incorrectly parsed paths in baseDirRegex due to different path
delimiters: / instead of . With this patch now everything works as
expected.

Fixes #45 #45

Fixes #44 #44

You can merge this Pull Request by running

git pull https://github.com/artch/grunt-bower windows-paths

Or view, comment on, or merge it at:

#46
Commit Summary

  • Fix path delimiters bug in windows environment

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#46.

@curist curist merged commit a981b06 into curist:master Dec 12, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dest not working (windows) Windows path not supported
2 participants