-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup apple touch icons #176
Conversation
👍 Thanks! |
That was quick! Thanks @sebmck! |
@sebmck I can update to the new icon, if you like that. PR welcome? What image should I use? |
For some background (as I originally implemented the favicons), I totally agree that the favicon situation (across the web as a whole) is a complete mess. Some notes:
Ce la vie.... |
Ideally I'd like to just have one favicon and not have to deal with all this overoptimisation madness 😜 |
@sebmck totally agree. If we want to keep it all static, maybe we should just drop everything but the one favicon, and just let any device that doesn't support that just not get one. Either just keep the one or just dump everything in from the generator.... |
I can only agree with that! It might be useless in here, but I work on quite a bunch of sites where we have a build script that pushes a Just as an example how such a setup could look like, in HTML5 Please we let Travis automatically deploy everything to the gh-pages branch. The code that ends up there is minified, the sass is compiled, ... (we don't automate favicons over there but it is an option for sure)
The defacto tool seems to do quite a bunch of stuff wrong. It's basically all messy atm. In HTML5 Boilerplate we decided to just have these:
That's pretty minimal and covers nearly every device. |
Just as an FYI, but that defacto tool is does quite a bunch of things wrong: h5bp/html5-boilerplate#1670 |
As I said, currently it's a mess: b01ffe0#commitcomment-10088611
There is, in this case, no need to include 9 different apple touch icons. The recommended pattern these days is just one 180x180 icon. All devices will automatically resize it.
@sebmck That way it will be way easier to update the icon to the new icon.