Add lib/outlook_web/components to live_reload
This commit is contained in:
@ -58,7 +58,7 @@ config :outlook, OutlookWeb.Endpoint,
|
|||||||
patterns: [
|
patterns: [
|
||||||
~r"priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$",
|
~r"priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$",
|
||||||
~r"priv/gettext/.*(po)$",
|
~r"priv/gettext/.*(po)$",
|
||||||
~r"lib/outlook_web/(live|views)/.*(ex)$",
|
~r"lib/outlook_web/(live|views|components)/.*(ex)$",
|
||||||
~r"lib/outlook_web/templates/.*(eex)$"
|
~r"lib/outlook_web/templates/.*(eex)$"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user