Skip to content

Commit

Permalink
Fix live reloading in dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Feb 18, 2024
1 parent 88ef940 commit 0b13618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ config :asciinema, Asciinema.Accounts, secret: secret_key_base
# Watch static and templates for browser reloading.
config :asciinema, AsciinemaWeb.Endpoint,
live_reload: [
interval: 1000,
patterns: [
~r"priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$",
~r"priv/gettext/.*(po)$",
Expand Down

0 comments on commit 0b13618

Please sign in to comment.