RealFaviconGenerator / gulp-real-favicon

Gulp plugin to generate a multiplatform favicon with RealFaviconGenerator
76 stars 6 forks source link

Can't add to non-Directory type #24

Open geri777 opened 5 years ago

geri777 commented 5 years ago

I am using Windows 10. When I run the task, I get the following error:

Can't add to non-Directory type

The path given in "dest" is generated as a file, not as a folder. This is a screenshot from my file explorer: image

"favicon" should be a folder, not a file - therefore the file operation fails with an error. When I use an existing folder everything works fine. But in my case I output the favicons into a subfolder of a dist/ folder - which is empty when I start the task.

This is my config: image