follmann / middleman-favicon-maker

Generate favicon files in various sizes from a base image in your middleman project
MIT License
114 stars 15 forks source link

Add icon resources on manipulate_resource_list #39

Closed ngs closed 8 years ago

ngs commented 8 years ago

Hi,

I'm using both middleman-favicon-maker and middleman-s3_sync.

middleman-s3_sync relies sitemap resources to retrieve assets to sync with Amazon S3 but assets built with middleman-favicon-maker are not included in the sitemap.

So I added manipulate_resource_list hook to append built assets with this change.

Thanks.

follmann commented 8 years ago

Thanks for contributing, I just released version 4.0.4 containing this PR.

danielbayerlein commented 8 years ago

Please have a look at https://github.com/middleman/middleman/issues/1865

/cc @follmann, @ngs