GlenDC / bucket

a positive goal tracker with clear focus
https://bckt.xyz
GNU General Public License v3.0
0 stars 0 forks source link

Compose hot reloading for Bucket App #26

Open GlenDC opened 3 years ago

GlenDC commented 3 years ago

Currently we use elm-spa dev or w/e for the dev server. This works fine, except that it doens't hot reload when the shared libraries (e.g. l18n) gets reloaded. According to user cdevienne on the Elm slack elm-spa channel it can be achieved by running elm-live (https://github.com/wking-io/elm-live) in combination with elm-spa watch (https://www.elm-spa.dev/guide/01-cli#elm-spa-watch). This would mean we have to run 2 tools, but it would also mean that we at least have hot reloading there.