-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Release 5.3.3 introduce bug on Windows with base Path #68
Comments
@doowb any thoughts on this? |
I'm guessing |
I'm looking into this and enabled appveyor on my fork to test out a solution.
I think it should be done here because when using an absolute path and the @phated will you enable appveyor for this repo... I've added an appveyor config file on my fork and I can submit a PR when it's fixed and we'll be able to see the tests in that PR. Oh... and I had to change the |
I had been meaning to turn on appveyor for this project but was going to do it when I normalized the project. I've gone ahead and enabled it now. |
Just did a PR. It handles the different cases that I ran across when trying different implementations. Since the tests are already using |
I test the PR and it works fine for me |
Fix published as 5.3.4 |
@danivek As I've been working on the next major release of |
@phated the plugin having the issue was gulp-angular-templatecache |
@danivek thanks! It seems like they are properly handling separators or no-separators in the |
@phated thanks for your advice. Never mind, i will switch to a more stable tool webpack |
Hi,
Before release 5.3.3 and this commit 4a01f00, basePath ended with a
path.sep
.And now this behavior has moved to the
getBasePath
function which lost thepath.sep
.On Windows, many gulp plugin not work anymore since this release.
The text was updated successfully, but these errors were encountered: