hparra / gulp-rename

Rename files easily
MIT License
692 stars 73 forks source link

Error: EISDIR, open 'C:\code\My.Project\index.html' #60

Closed jamescrosswell closed 8 years ago

jamescrosswell commented 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).

shinnn commented 8 years ago

Duplicate of https://github.com/hparra/gulp-rename/issues/16.