perak / kitchen-site

Meteor Kitchen site source code
MIT License
282 stars 38 forks source link

spiderable package #285

Open xauxatz opened 8 years ago

xauxatz commented 8 years ago

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?

perak commented 8 years ago

@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)

xauxatz commented 8 years ago

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