CB-11259: Improving build output

This closes #305
This commit is contained in:
Richard Knoll
2016-05-03 16:25:48 -07:00
parent e9e27ca47c
commit 9738079c42
11 changed files with 49 additions and 41 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ exports.create = function(project_path, config, options, events) {
events.emit('log', '\tActivity: ' + safe_activity_name);
events.emit('log', '\tAndroid target: ' + target_api);
events.emit('verbose', 'Copying template files...');
events.emit('verbose', 'Copying android template project to ' + project_path);
setShellFatal(true, function() {
var project_template_dir = options.customTemplate || path.join(ROOT, 'bin', 'templates', 'project');