diff --git a/docs/client/api.js b/docs/client/api.js index 8c7faa99b4..2754203b20 100644 --- a/docs/client/api.js +++ b/docs/client/api.js @@ -39,7 +39,7 @@ Template.api.absoluteUrl = { + "reads from the `ROOT_URL` environment variable to determine " + "where it is running. This is taken care of automatically for " + "apps deployed with `meteor deploy`, but must be provided when " - + "using `meteor bundle`."], + + "using `meteor build`."], args: [ {name: "path", type: "String", diff --git a/docs/client/commandline.html b/docs/client/commandline.html index 5106d96639..f1715274cc 100644 --- a/docs/client/commandline.html +++ b/docs/client/commandline.html @@ -187,18 +187,25 @@ running. Quit all running meteor applications before running this. {{/warning}} -

meteor bundle

+

meteor build

-Package the application up for deployment. The output is a tarball -that includes everything necessary to run the -application. See `README` in the tarball for details. +Package this project up for deployment. The output is a directory with several +build artifacts: -You can use this to host a Meteor application on your own server, -instead of deploying to Meteor's servers. You will have to deal with -logging, monitoring, backups, load-balancing, etc, all of which we -handle for you if you use `meteor deploy`. + +You can use the application server bundle to host a Meteor application on your +own server, instead of deploying to Meteor's servers. You will have to deal +with logging, monitoring, backups, load-balancing, etc, all of which we handle +for you if you use `meteor deploy`. +Unassigned `apk` bundle and the outputted Xcode project can be used to deploy +your mobile apps to Android Play Store and Apple App Store. {{/markdown}} diff --git a/docs/client/docs.js b/docs/client/docs.js index d1085d3b7d..45bf58cece 100644 --- a/docs/client/docs.js +++ b/docs/client/docs.js @@ -386,7 +386,7 @@ var toc = [ "meteor list-platforms", "meteor mongo", "meteor reset", - "meteor bundle" + "meteor build" ] ] ]; diff --git a/tools/help.txt b/tools/help.txt index 4433552bba..5412d4ffb2 100644 --- a/tools/help.txt +++ b/tools/help.txt @@ -180,7 +180,7 @@ build artifacts: (see README in the tarball for details) - an unassigned apk bundle and a project source if Android is targeted as a mobile platform -- a directory with an XCode project source if iOS is targeted as a mobile +- a directory with an Xcode project source if iOS is targetted as a mobile platform