$ meteor --version
Meteor 0.9.4
$ meteor create todos
$ cd todos
$ meteor deploy blah
Uploading...
[= ] 7% 484.0s Uploading
It takes 8 minutes because it uploads a 30Mb file.
I think I understand the reason for the large files, /local
contains a local database, but why is this data being uploaded for each deployment?
My actual app is closer to 70Mb (immediately after running meteor reset
) and typically I don't have access to fast upload bandwidth so it would help to reduce the spread of my grey hair if someone knew how to speed things up.