veliovgroup / jazeee-meteor-spiderable

Fork of Meteor Spiderable with longer timeout, caching, better server handling
https://atmospherejs.com/jazeee/spiderable-longer-timeout
33 stars 9 forks source link

Meteor.isRouteComplete #2

Closed thomasspiesser closed 9 years ago

thomasspiesser commented 9 years ago

Hey, could you elaborate on this sentence:

"Important You will need to set Meteor.isRouteComplete=true when your route is finished, in order to publish."

what exactly does that mean, and what would i need to do if I want to use your package?

cheers

jazeee commented 9 years ago

Hi, I am referring to when the code knows that your page is ready. See the code here: https://github.com/jazeee/jazeee-meteor-spiderable/blob/master/phantom_script.js If you want to use this package, you need to set that flag to true. For example, I set it to true in my iron router base controller configuration when it has finished.