spiderable package
Is spiderable a standard package included in apps generated with Meteorkitchen? If so, it is creating problems when deploying via mupx to a server, like this one for instance: https://github.com/meteor/meteor/issues/2429
I am having this problem now. It seems a solution could be to replace the standard spiderable package with the one called ongoworks:spiderable.
How can I do this?
@xauxatz
Try to change package used by meteor-kitchen by editing json file in templates directory:
~/.meteor-kitchen/templates/blaze/code/app_simple.json and app_accounts.json
(assuming ongoworks:spiderable is compatible)
I tried and it seems they are compatible. You may consider replacing the two.
On 4/13/2016 10:04 AM, Petar Korponaić wrote:
Try to change package used by meteor-kitchen by editing json file in templates directory:
|~/.meteor-kitchen/templates/blaze/code/app_simple.json| and |app_accounts.json|
(assuming |ongoworks:spiderable| is compatible)
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/perak/kitchen-site/issues/285#issuecomment-209293324