Skip to content
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

doesnt work with collections from packages? #62

Closed
dcsan opened this issue Mar 23, 2015 · 4 comments
Closed

doesnt work with collections from packages? #62

dcsan opened this issue Mar 23, 2015 · 4 comments

Comments

@dcsan
Copy link

dcsan commented Mar 23, 2015

tried this out - it only seems to pick up collections defined in the main app, nothing from packages.

is there a way to specify what collections to monitor?

@msavin
Copy link
Owner

msavin commented Mar 23, 2015

My man! How are things in SF?

What packages are you using?

Listing collections manually may be the right solution for you: https://github.com/msavin/Mongol/blob/master/documentation/COMPATIBILITY.md

@dcsan
Copy link
Author

dcsan commented Mar 24, 2015

yo, word. fixed by ordering. you should call it a1mongol :)

@dcsan dcsan closed this as completed Mar 24, 2015
@andylash
Copy link

I had the same problem, all my key collections are in packages. Might want to note this in the README.

@stivaugoin
Copy link

I had the same problem, but I don't understand where to apply the solution to listing collections manually. Presently I use meteortoys:allthings (free, not premium). It's supposed working with this package too? When I use this code in /lib:

Package["meteortoys:allthings"].MeteorToysDict.set("Mongol", {
    collections: ["myCollection"]
});

I have this error:

TypeError: Cannot call method 'set' of undefined

I think I really don't understand! haha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants