headstart icon indicating copy to clipboard operation
headstart copied to clipboard

Use a better way to generate a favicon

Open flovan opened this issue 11 years ago • 3 comments

The current way of generating a favicon for legacy browsers isn't actually producing a valid file (renaming a .png to .ico, what was I thinking!). Try finding something like Node favicon-generator, but, if possible, without imagemagick.

flovan avatar Jun 25 '14 20:06 flovan

Not a fan of the added dependencies, so abandoning this for now.

flovan avatar Jul 31 '14 20:07 flovan

Now using real-favicon, which was added in https://github.com/flovan/headstart/commit/a5e70d732926a845390519c51d459e242428a6bd.

Keeping this issue open until https://github.com/RealFaviconGenerator/real-favicon/pull/2 is merged OR the module aligns with the latest (stable) API.

flovan avatar Jan 02 '15 11:01 flovan

@CREEATION Email never forgets :wink:

The maintainers contacted me by email to let me know that the API was going to undergo some changes which would make the PR redundant. I might revisit this feature at some point, or I might not, as it adds quite a lot of bloat to the build process.

Thanks anyway for keeping an eye out!

flovan avatar Jan 24 '16 17:01 flovan