From da403083626c0c0b189ced3f90ede9b51dd83de5 Mon Sep 17 00:00:00 2001 From: Matthew Arbesfeld Date: Wed, 20 Aug 2014 13:48:43 -0700 Subject: [PATCH] Update help.txt for build --- tools/help.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tools/help.txt b/tools/help.txt index 4f12a88436..4433552bba 100644 --- a/tools/help.txt +++ b/tools/help.txt @@ -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 >>> build Outputs builds for all targetted platforms. -Usage: meteor build +Usage: meteor build [--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).