【发布时间】:2014-08-11 04:25:19
【问题描述】:
我知道我可以在我的 index.html 中设置一个网站图标,但即使我没有运行服务器,Yeoman 图标也会显示
他没有出现 localhost:3000 或任何其他号码
如何去掉 localhost:8000 的 Yeoman 图标?
【问题讨论】:
标签: localhost yeoman yeoman-generator simplehttpserver
我知道我可以在我的 index.html 中设置一个网站图标,但即使我没有运行服务器,Yeoman 图标也会显示
他没有出现 localhost:3000 或任何其他号码
如何去掉 localhost:8000 的 Yeoman 图标?
【问题讨论】:
标签: localhost yeoman yeoman-generator simplehttpserver
您需要清除浏览器缓存。 Favicons 会缓存很长时间,并且不会在每次浏览器访问网页时重新获取。
【讨论】: