deployment - Why does the command 'meteor deploy' upload so much data? -
deployment - Why does the command 'meteor deploy' upload so much data? -
$ meteor --version meteor 0.9.4 $ meteor create todos $ cd todos $ meteor deploy blah uploading... [= ] 7% 484.0s uploading
it takes 8 minutes because uploads 30mb file.
i think understand reason big files, /local
contains local database, why info beingness uploaded each deployment?
my actual app closer 70mb (immediately after running meteor reset
) , typically don't have access fast upload bandwidth help cut down spread of gray hair if knew how speed things up.
when meteor bundles app takes code (which files see in project) , creates nodejs bundle meteor code in too.
the meteor code framework , nodejs modules & quite big. uploaded meteor deploy server.
deployment meteor
Comments
Post a Comment