michaelficarra / commonjs-everywhere

:rainbow: minimal CommonJS browser bundler with aliasing, extensibility, and source maps
BSD 3-Clause "New" or "Revised" License
158 stars 21 forks source link

-w option should console.log a message whenever it finishes rebuilding the bundle. #62

Closed krisnye closed 11 years ago

krisnye commented 11 years ago

Currently when you run with -w you get a console log when it detects a change:

Rebuilding bundle starting at c:\NewProjects\glass\node\ui\webgl\Canvas.js

But it might take 4 or more seconds for it to complete and there is no message when it does.

It's important to get a message when the build completes so that you know when to reload your browser and test your changes.