elm-community / elm-webpack-starter

Boilerplate for developing Elm apps on Webpack

Home Page:http://elm-community.org/elm-webpack-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

favicon not working during development

francisdb opened this issue · comments

During development (npm start) the favicon is not available at ./favicon.ico but ./static/favicon.ico

I believe 0.7.1 fixes it. The link href in index.html is now just favicon.ico, but I had to move the file to src/ to be at the server's root.