arunoda / meteor-streams

Realtime messaging for Meteor
http://arunoda.github.io/meteor-streams
MIT License
287 stars 97 forks source link

Include underscore as a dependency on both client and server #7

Closed tonyxiao closed 10 years ago

arunoda commented 10 years ago

What is the reason for this?

tonyxiao commented 10 years ago

In 0.6.5 I'm getting _ undefined error in the browser otherwise. Apparently underscore is included but sometimes after meteor streams, thus causing the problem. Adding explicit uses solves this.

Sent from Mailbox for iPhone

On Tue, Aug 20, 2013 at 12:37 AM, Arunoda Susiripala notifications@github.com wrote:

What is the reason for this?

Reply to this email directly or view it on GitHub: https://github.com/arunoda/meteor-streams/pull/7#issuecomment-22927515

arunoda commented 10 years ago

published as 0.1.14