jarofghosts / jung

Lightweight, flexible file watching
MIT License
38 stars 3 forks source link

Space delimited lists of files? #5

Closed AWinterman closed 10 years ago

AWinterman commented 10 years ago

I'd like to do jung docs/*.md contributing.md README.md -- make docs, or maybe jung $(find client/ -name *.js) -- browserify. Essentially I'd like to be able to use bash to pass in a list of filenames for jung to watch. Do you think this could fit in the current API?

This could of course be done with regexp, but that feels awkward to me. Thoughts?

jarofghosts commented 10 years ago

Fixed in 791e705048e0dd943214d36adb0b23d9623a8970 (published @ 1.3.0)