JonAbrams / synth

The first back-end framework specially designed for single-page web applications
http://www.synthjs.com
MIT License
969 stars 70 forks source link

Fix for issue #11 Show what's happening when installing front-end packages #67

Closed DanDeMicco closed 10 years ago

DanDeMicco commented 10 years ago

@JonAbrams Giving this one last (4th) shot for tonight. Apparently node doesn't like the chaining of .on's. Ran npm test on this one and all good. Hopefully. #11

DanDeMicco commented 10 years ago

woohoo it passed. Finally got it!

DanDeMicco commented 10 years ago

Yeah sure that sounds like a better, more future proof approach (as long as the log structure doesn't change), should I do the above change and submit another pull request? @JonAbrams @mikaelhm

JonAbrams commented 10 years ago

No need for a new PR, just add a commit to this one.

DanDeMicco commented 10 years ago

@JonAbrams should be good to go now! see the latest commit

JonAbrams commented 10 years ago

Nice, thanks!