Files
clj-ui-framework/dev
Florian Schroedl d4f21f80a5 feat(hiccup): add live reload via file watcher + browser polling
The hiccup dev server now auto-reloads when source files change:
- Background thread polls src/ and dev/hiccup/src/ every 500ms
- On change, reloads dev.hiccup namespace and all transitive deps
- Injects a polling script that hits /dev/changes and reloads the
  browser when the version counter bumps
- Server uses #'handler (var ref) so httpkit picks up redefined fns

No more manual server restarts needed for hiccup development.
2026-03-23 10:19:40 +01:00
..