gleero / grunt-favicons

Generate favicon.ico and icons for iOS, Android and WP8
MIT License
232 stars 48 forks source link

If destination folder does not exist, create it and continue #3

Closed debugwand closed 11 years ago

debugwand commented 11 years ago

Creates a folder if the specified destination folder was not found.

Also updated path.existsSync to fs.existsSync as Grunt was outputting a log message to do so.

gleero commented 11 years ago

Thanks!