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

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -