Closed phated closed 10 months ago
In #200 it was identified that gulp failed to work with Windows extended-length paths. And it was fixed with path.join() in #201
path.join()
However, we don't have any regression test for this.
It looks like AppVeyor can support this through something like https://github.com/appveyor/ci/issues/3129
@sttk @charlespierce do either of you want to try to add this regression test?
In #200 it was identified that gulp failed to work with Windows extended-length paths. And it was fixed with
path.join()
in #201However, we don't have any regression test for this.
It looks like AppVeyor can support this through something like https://github.com/appveyor/ci/issues/3129
@sttk @charlespierce do either of you want to try to add this regression test?