From a2f93852110903e82c756af212420ea71cb2400c Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Tue, 21 Oct 2014 17:03:46 -0700 Subject: [PATCH] Show pretty progess spinners during 'meteor build' --- tools/commands.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/commands.js b/tools/commands.js index 404c03a782..9b56db0969 100644 --- a/tools/commands.js +++ b/tools/commands.js @@ -665,6 +665,8 @@ main.registerCommand(_.extend({ name: 'bundle', hidden: true }, buildCommands), }); var buildCommand = function (options) { + Console.setPretty(true); + cordova.setVerboseness(options.verbose); // XXX output, to stderr, the name of the file written to (for human // comfort, especially since we might change the name)