-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_.endsWith exception when initializing #8
Comments
Yep, sounds like a good idea! Missed that! On Thu, Mar 26, 2015 at 3:09 PM, Daniel Cusan [email protected]
|
Sorry just saw #2 ... |
Hi,
I'm loving the Meteor Workers and the simplicity behind them!
However during the startup of Meteor (1.0.4.2), after adding
differential:workers
topackages
I was getting the following exception trace (edited):I didn't know
_.endsWith()
and didn't know that Underscore.string wasn't part of the standard Underscore distribution.I found a workaround for this problem which consisted in adding
underscorestring:underscore.string
topackages
and mapping the function under the globally exporteds
by the package to underscore like so:Maybe this could be fixed by adding
underscorestring:underscore.string
to the dependencies of the package and changing the call to_.endsWith
... but that's just a suggestion :)The text was updated successfully, but these errors were encountered: