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

Clarify what Meteor.startup does, eps. on the server #4963

Closed
wants to merge 2 commits into from
Closed

Clarify what Meteor.startup does, eps. on the server #4963

wants to merge 2 commits into from

Conversation

dandv
Copy link
Contributor

@dandv dandv commented Aug 14, 2015

A bunch of fellow devs were confused by what exactly Meteor.startup does, esp. on the server.

@stubailo
Copy link
Contributor

I would say something more like: "Code wrapped in Meteor.startup always runs after all of the app files have loaded, so you should put code here if you want to access shared variables from other files."

@stubailo
Copy link
Contributor

Oops, never merged this. Gonna do it.

@stubailo
Copy link
Contributor

Merged: 72da788

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

Successfully merging this pull request may close these issues.

None yet

2 participants