Closed jamescrosswell closed 8 years ago
Very strange error.
The following works just fine:
.pipe(rename("foo.html"))
However this causes an Error: EISDIR, open:
.pipe(rename("index.html"))
This is on Windows 7 and my project is in a folder that has dots in the folder name (which I figured might be relevant).
Duplicate of https://github.com/hparra/gulp-rename/issues/16.
Very strange error.
The following works just fine:
However this causes an Error: EISDIR, open:
This is on Windows 7 and my project is in a folder that has dots in the folder name (which I figured might be relevant).