Skip to content

Commit

Permalink
Fix live_reload pattern for live views
Browse files Browse the repository at this point in the history
  • Loading branch information
tuacker committed May 30, 2019
1 parent 376deb5 commit 47cbc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dev.exs
Expand Up @@ -53,7 +53,7 @@ config :live_view_form, LiveViewFormWeb.Endpoint,
~r"priv/gettext/.*(po)$",
~r"lib/live_view_form_web/{live,views}/.*(ex)$",
~r"lib/live_view_form_web/templates/.*(eex)$",
~r{lib/my_app_web/live/.*(ex)$}
~r{lib/live_view_form_web/live/.*(ex)$}
]
]

Expand Down

0 comments on commit 47cbc05

Please sign in to comment.