antwarjs / antwar

A static site generator built with React and Webpack.
https://antwar.js.org/
MIT License
460 stars 35 forks source link

Set up a favicon plugin #91

Closed bebraw closed 7 years ago

bebraw commented 9 years ago

It's probably smartest to inject favicon through a plugin. It can also use a JavaScript trick like covered at http://danlec.com/blog/stackoverflow-in-4096-bytes .

eldh commented 9 years ago

Yeah. We probably want to have it support all possible icons – iOS, windows tiles, android etc.

bebraw commented 7 years ago

Better leave this to webpack and associated plugins.