FormidableLabs / spectacle-boilerplate

[DEPRECATED] Boilerplate project for getting started with Spectacle Core
580 stars 192 forks source link

feat: empty default favicon #52

Closed AndersDJohnson closed 5 years ago

AndersDJohnson commented 6 years ago

Adds an empty default favicon based on https://davidwalsh.name/blank-favicon.

Favicons for localhost are often cached from some other site we're developing locally, resulting in incorrect icons for the presentation, which is especially problematic if presenting from localhost.

W3C Validator uses the same data URI favicon technique, so I think browser support is pretty good.

AndersDJohnson commented 5 years ago

@kale-stew Thanks for approving. I've just fixed the conflicts. Please consider merging.