Gulp watch: error when adding an image in assets/images

Every time I place a new image file in assets/image, gulp watch stops itself getting this error:

[09:37:36] Starting 'images'...
events.js:85
      throw er; // Unhandled 'error' event
            ^
Error: ENOENT, open '/path-to-theme-root/assets/images/categories/my_image.png_1'
    at Error (native)

Then I have to re-launch gulp anytime…
It’s very frustrating, how can avoid it?

Maybe it has something to do with the odd extension .png_1?
Try renaming it in .png and see if that helps

The point is that there is no file with .png_1 extension! When I add the image named my_image.png I get that error…

[quote=“greatcat, post:3, topic:4610”]
The point is that there is no file with .png_1 extension
[/quote]That is strange indeed…
Can’t help you with that I’m afraid without looking into all the images tasks code

Cool, it seems that my mac is allergic to gulp… :mask: