AlexDisler / cordova-icon

Automatic icon resizing for Cordova
MIT License
689 stars 292 forks source link

Ensure destination directory exists before handing off to ImageMagick #63

Closed mikesten closed 8 years ago

mikesten commented 8 years ago

This is yet another fix for those unable to open image errors. Instead of filtering out non-existent directories I'm ensuring those directories exist before handing over to ImageMagick.

Fixes #31 Substitutes #43

BrunoCartier commented 8 years ago

Let's try this and see how it goes, thanks :+1:

mikesten commented 8 years ago

Okay, nice one. :smile: