Open
Description
Version: {:phoenix_live_reload, "~> 1.2", only: :dev}
I have components in this folder lib/cockpit_web/components
with the following config for live_reload
live_reload: [
patterns: [
~r"priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$",
~r"lib/cockpit_web/(components|live|views)/.*(ex)$",
~r"lib/cockpit_web/templates/.*(eex)$"
]
]
Saving files in the components folder, such as lib/cockpit_web/components/common.ex
does not trigger a rebuild
Saving files in the live folder does. lib/cockpit_web/live/deployments_live.ex
I can't seem to figure out why this is the case and would love some insights into what I'm doing wrong
Metadata
Metadata
Assignees
Labels
No labels