Hi,
I have encountered a problem with your plugin. I have set the necessary options so that spritesmith processes the retina images, configuring what he needed (target path, name etc) and it works great.
However, I noticed that if I don't need to create retina images for some of these, the plugin will be mistaken by telling me that I need suffix images to complete the procedure.
events.js:112
throw er; // Unhandled 'error' event
^
Error: Retina settings detected but 5 retina images were found. We have 13 normal images and expect these numbers to line up. Please double check `retinaSrcFilter`.
The most trivial solution would be to create two different tasks and specify the folder with "standard" and "retina" images and a task with the folder with "standard" images only. But it seems rather ugly.
Hi, I have encountered a problem with your plugin. I have set the necessary options so that spritesmith processes the retina images, configuring what he needed (target path, name etc) and it works great.
However, I noticed that if I don't need to create retina images for some of these, the plugin will be mistaken by telling me that I need suffix images to complete the procedure.
The most trivial solution would be to create two different tasks and specify the folder with "standard" and "retina" images and a task with the folder with "standard" images only. But it seems rather ugly.
Can this control be made optional?
(sorry for my bad english!)