Added EventEmitter support - #4
Conversation
|
Did you merge the latest collate changes? I see this pull request as not able to be automatically merged. On Dec 28, 2012, at 11:54 PM, Galen Wolfe-Pauly notifications@github.com wrote:
|
|
Whoops, will do and re send On Dec 29, 2012, at 12:17 PM, Joshua Lewis wrote:
|
|
Events are only emitted in verbose mode. Is that the best way to do it? If being used from the CLI it probably doesn't matter if the events are being emitted, and the emit calls could happen whether in verbose mode or not. Thoughts? |
|
I think it should always emit events since you can choose whether to listen to them. On Dec 29, 2012, at 4:27 PM, Galen Wolfe-Pauly notifications@github.com wrote:
|
Made Collate extend EventEmitter and emit events at the appropriate times so the class can be used inside a running server more easily.