kitchen-site icon indicating copy to clipboard operation
kitchen-site copied to clipboard

spiderable package

Open xauxatz opened this issue 9 years ago • 2 comments

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 avatar Apr 13 '16 06:04 xauxatz

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

perak avatar Apr 13 '16 08:04 perak

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

xauxatz avatar Apr 13 '16 09:04 xauxatz