mysticatea / cpx

A cli tool to watch and copy file globs.
MIT License
524 stars 36 forks source link

option to skip the first copy (only watch) #19

Closed olavtenbosch closed 8 years ago

olavtenbosch commented 8 years ago

Hi, nice package. For the cpx.watch, it would be nice to be able to skip the first copy (if files are already in sync.) Maybe add an option to the watch command (nocopy)?

mysticatea commented 8 years ago

Thank you for this issue. I'm sorry for delay.

Interesting. A new option of watch command sounds reasonable. Maybe:

olavtenbosch commented 8 years ago

Thanks, sounds great. I would personally implement the default the other way:

mysticatea commented 8 years ago

I released v1.5.0 with --no-initial option. Sorry, I didn't want to make a breaking change for now.

olavtenbosch commented 8 years ago

Great. no problem. Many thanks.