mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update help.txt for build
This commit is contained in:
@@ -168,27 +168,26 @@ Lists all of the platforms that have been explicitly added to your project.
|
||||
|
||||
>>> bundle
|
||||
Deprecated command. Use 'build' instead.
|
||||
Usage: meteor bundle <output path>
|
||||
|
||||
>>> build
|
||||
Outputs builds for all targetted platforms.
|
||||
Usage: meteor build <output path>
|
||||
Usage: meteor build <output path> [--debug] [--directory] [--settings settings.json]
|
||||
|
||||
Package this project up for deployment. The output is a directory with several
|
||||
build artifacts:
|
||||
|
||||
- a tarball that includes everything necessary to run the application server
|
||||
(see README in the tarball for details)
|
||||
- an unassigned apk bundle and a project source if Android is targetted as a
|
||||
- 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 targetted as a mobile
|
||||
- a directory with an XCode project source if iOS is targeted as a mobile
|
||||
platform
|
||||
|
||||
|
||||
Options:
|
||||
--debug build in debug mode (don't minify, etc)
|
||||
--directory output a directory (rather than a tarball) for the
|
||||
application server bunlde. If the output location exists,
|
||||
application server bundle. If the output location exists,
|
||||
it will be recursively deleted first.
|
||||
--settings set optional data for Meteor.settings for the build-time
|
||||
settings (such as settings required by Cordova plugins).
|
||||
|
||||
Reference in New Issue
Block a user