DiscoverMeteor / book

17 stars 0 forks source link

Deployment chapter possibly missing some steps #408

Closed ghost closed 9 years ago

ghost commented 9 years ago

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 or meteor bundle? Seems there are a few steps missing there.

SachaG commented 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).

ghost commented 9 years ago

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!

SachaG commented 9 years ago

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.