Closed bburdette closed 3 years ago
Another problem I ran in to here was that a glob that includes a parent directory doesn't work. For instance, this one:
[nix-shell:~/code/touchpage/example]$ reflex -g '../src/*.rs' -- sh 'clear && cargo build'
See #35
Duplicate of #35.
I have a little build script that compiles a rust program. I want reflex to rebuild whenever files in src or example/src change. I can set up globs for each case, but it doesn't work with both together.