mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Show pretty progess spinners during 'meteor build'
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user