Open GlenDC opened 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.
elm-spa dev
cdevienne
elm-live
elm-spa watch
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 usercdevienne
on the Elm slack elm-spa channel it can be achieved by runningelm-live
(https://github.com/wking-io/elm-live) in combination withelm-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.