Closed imajus closed 8 years ago
This package is server only
That's not true, I had to set Meteor.isReadyForSpiderable = true;
in client code.
Yes, you're right, minor part like isReadyForSpiderable
and fragment
meta-tag is set on Clientю
Thanks for the clarification. I added a note to the readme.
You should either state in the readme that
Spiderable.ignoredRoutes.push(…)
must be in server-only code or provide a dummy value for client code. Currently I getUncaught TypeError: Cannot read property 'push' of undefined
on client in development mode which doesn't affect overall site behaviour but completely breaks the site down when deployed on production server.