Closed rads closed 2 years ago
Yes, we can do a bb dev
task I think which does that.
Great! I was just reading through the docs on fswatcher and I found the :pods
example for babashka >=0.8.0:
:pods {org.babashka/fswatcher {:version "0.0.3"}}
Is that what you would recommend to implement this?
Yeah, I think that works.
Excellent, thanks!
I've been using the following command for
neil
development to re-run thebb gen-script
task when a file changes:Would it be helpful to add a
bb watch-script
task so this is built-in to theneil
repo? It would be nice to not have to useentr
for this.If so, I'm assuming pod-babashka-fswatcher would be preferred over pod-babashka-filewatcher for implementation since it has more recent updates. Edit: Actually I see now that fswatcher does not have a
brew
formula yet, so I'm not so sure.