For production why should I \"bundle\" the meteor application and not just copy the sources on the server use the \"meteor\" command?
Basically what is the differenc
When using a bundle:
While using a copy or running meteor command in the project directory:
This won't be an exhaustive list, but here are some things that the meteor
command does:
In contrast, bundling an app:
In general, deploying shouldn't be a huge pain if you use a good set of scripts.