guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
143 stars 7 forks source link

--watch should pick up new files #138

Closed zachsa closed 2 years ago

zachsa commented 2 years ago

Using chomp --watch, and a task with deps = [src/**/*.js], if I add a new file src/something/else.js, chomp currently doesn't pick this up.

guybedford commented 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.

zachsa commented 2 years ago

Thanks - I didn't know it was the same issue