Closed zachsa closed 2 years ago
This is a duplicate of your previously created issue at https://github.com/guybedford/chomp/issues/126. I appreciate your enthusiasm for this use case, but let's continue tracking this there.
Thanks - I didn't know it was the same issue
Using
chomp --watch
, and a task withdeps = [src/**/*.js]
, if I add a new filesrc/something/else.js
, chomp currently doesn't pick this up.