browserify / watchify

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

Filesize for more readability? #304

Closed JoaoFOliveira closed 6 years ago

JoaoFOliveira commented 8 years ago

Is there any reason watchify is not using https://github.com/avoidwork/filesize.js in order to make console logs (always showing bytes) more readable?

In cmd.js, we could include another argv param for this option and require filesize to parse the value. Is this ok?