Skip to content

Commit

Permalink
Small documentation update to clarify the reload tag. Fixes #782 [ski…
Browse files Browse the repository at this point in the history
…p ci] (#794)
  • Loading branch information
jwoertink committed Mar 11, 2023
1 parent 13a8ceb commit 9fb2011
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/browser_app_skeleton/src/components/shared/layout_head.cr
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ class Shared::LayoutHead < BaseComponent
csrf_meta_tags
responsive_meta_tag

# Used only in development when running `lucky watch`.
# Will reload browser whenever files change.
# See [docs]()
live_reload_connect_tag
# Development helper used with the `lucky watch` command.
# Reloads the browser when files are updated.
live_reload_connect_tag if LuckyEnv.development?
end
end
end

0 comments on commit 9fb2011

Please sign in to comment.