browserify / watchify

watch mode for browserify builds
Other
1.79k stars 181 forks source link

-v option does not log when file was written #332

Closed gwildu closed 6 years ago

gwildu commented 8 years ago

In the documentation for the -v (verbose) option it is written that it will show additional information like when the file was written. But this information is not showed, even not in the example of the documentation.

It would be a nice feature, as on windows, watchify sometimes stops working. That way we would be able to see this happening immediately and restart watchify.

goto-bus-stop commented 6 years ago

looks like #334 added this. thanks!