Skip to content

Commit b73fa90

Browse files
committed
Tau - update live_reload patterns for Phoenix 1.7 changes
1 parent 56a5d1f commit b73fa90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/beam/tau/config/dev.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ config :tau, TauWeb.Endpoint,
5050
~r"priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$",
5151
~r"priv/gettext/.*(po)$",
5252
~r"lib/tau_web/(live|views)/.*(ex)$",
53-
~r"lib/tau_web/templates/.*(eex)$",
53+
~r"lib/tau_web/(controllers|live|components)/.*(ex|heex)$",
5454
~r"../petal_components/lib/.*(ex)$"
5555
]
5656
]

0 commit comments

Comments
 (0)