Closed baelter closed 3 weeks ago
6 | watcher = Inotify.watch dir do |event|
^----
Error: undefined method 'watch' for Inotify:Module
Inotify only supports linux: https://github.com/petoem/inotify.cr/blob/master/src/inotify.cr#L3
Shouldn't live_reload be a development_dependency
?
Shouldn't live_reload be a
development_dependency
?
No, I removed the dependency on running live_reload in crystal. https://github.com/cloudamqp/lavinmq/pull/802#discussion_r1795464183
WHAT is this pull request doing?
To enable fast iteration on UI development this PR adds a couple of things:
HOW can this pull request be tested?
Run two terminals with
bin/lavinmq
andmake dev-ui
Open a browser and make some changes to ECR files and behold.