Show pretty progess spinners during 'meteor build'

This commit is contained in:
Emily Stark
2014-10-21 17:03:46 -07:00
parent 139a7fd024
commit a2f9385211

View File

@@ -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)