diff --git a/src/browser_app_skeleton/src/components/shared/layout_head.cr b/src/browser_app_skeleton/src/components/shared/layout_head.cr index fe2ca8cb..5a053315 100644 --- a/src/browser_app_skeleton/src/components/shared/layout_head.cr +++ b/src/browser_app_skeleton/src/components/shared/layout_head.cr @@ -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