Closed ghost closed 9 years ago
Meteor Up has its own readme, this is meant more as a quick intro. (And to answer your question, you don't need to bundle your app).
I meant before mup is even in the picture, what do we need to do? So, just copy the meteor directory over? No need to run build
or bundle
? Will everything be minified though? An answer here would be cool, but I'm also pointing out that maybe this chapter should explain how to prep your meteor project before using mup.
Thanks Sacha!
You don't need to do anything before using mup.
On Sun, Mar 1, 2015 at 10:29 PM, CaptSaltyJack notifications@github.com wrote:
I meant before mup is even in the picture, what do we need to do? So, just copy the meteor directory over? No need to run build or bundle? Will everything be minified though? An answer here would be cool, but I'm also pointing out that maybe this chapter should explain how to prep your meteor project before using mup.
Thanks Sacha!
— Reply to this email directly or view it on GitHub https://github.com/DiscoverMeteor/book/issues/408#issuecomment-76631961.
https://book.discovermeteor.com/chapter/deploying
Nowhere does it say how to actually package up your meteor app for use with mup. Do we use
meteor build
ormeteor bundle
? Seems there are a few steps missing there.