You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
watch: split reload-signal (CSS) from template-signal (templates)
CSS changes still write .clay/reload-signal → full nodemon restart, which
gives the browser a fresh ETag for the stable CSS URL.
Template changes now write .clay/template-signal → html.init() in-process
(~100ms), no restart needed. Previously both used reload-signal which
broke CSS visibility when we replaced nodemon.restart() with html.init().
Made-with: Cursor
0 commit comments