Even for a --no-brunch
project @idi527’s post covers all the salients points (another example).
“Hook in” your watch/build script into config/dev.exs
then whenever that script builds the assets, Phoenix LiveReloader will reload the page. And pay particular attention to the patterns
under live_reload
- if the built files aren’t covered by those patterns phoenix won’t reload.
2 Likes