Skip to content

Commit 5f85e90

Browse files
committed
Tau - remove redundant live_reload config pattern
1 parent b73fa90 commit 5f85e90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ config :tau, TauWeb.Endpoint,
4949
patterns: [
5050
~r"priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$",
5151
~r"priv/gettext/.*(po)$",
52-
~r"lib/tau_web/(live|views)/.*(ex)$",
5352
~r"lib/tau_web/(controllers|live|components)/.*(ex|heex)$",
5453
~r"../petal_components/lib/.*(ex)$"
5554
]

0 commit comments

Comments
 (0)