browserify / watchify

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

Include Time in Verbose Message #334

Closed mattlyons0 closed 7 years ago

mattlyons0 commented 7 years ago

See #332, The documentation does say -v logs when the file was written and I feel it would be helpful to see actual timestamps. Not sure if this is the best format for the timestamp, discuss if you feel inclined to a different format.

freeall commented 7 years ago

This would be great to have. With a long-running watchify it's kind of hard to tell the compiles apart:

34640 bytes written to compiled/index.js (0.06 seconds)
34640 bytes written to compiled/index.js (0.04 seconds)
34640 bytes written to compiled/index.js (0.06 seconds)
34640 bytes written to compiled/index.js (0.05 seconds)
ptrwllrt commented 7 years ago

This would improve my workflow a lot!

mafintosh commented 7 years ago

Cool, helps my workflow as well!

mafintosh commented 7 years ago

3.8.0