diff --git a/docs/client/packages/spiderable.html b/docs/client/packages/spiderable.html index 9afade0eac..d3adbd6339 100644 --- a/docs/client/packages/spiderable.html +++ b/docs/client/packages/spiderable.html @@ -33,6 +33,14 @@ If you deploy your application with `meteor bundle`, you must install `$PATH`. If you use `meteor deploy` this is already taken care of. {{/warning}} +{{#warning}} +When running your page, `spiderable` will wait for all publications +to be ready. Make sure that all of your [`publish functions`](#meteor_publish) +either return a cursor (or an array of cursors), or eventually call +[`this.ready()`](#publish_ready). Otherwise, the `phantomjs` executions +will fail. +{{/warning}} + {{/markdown}}