Add more details on verbose output #52

This commit is contained in:
Stéphane Goetz
2018-06-05 20:31:51 +02:00
parent 29a8a8d9cc
commit 41c355edb1
11 changed files with 71 additions and 20 deletions

View File

@ -80,7 +80,6 @@ class Generator implements \Todaymade\Daux\Format\Base\Generator, LiveGenerator
$this->runAction(
'Copying Static assets ...',
$output,
$width,
function() use ($destination, $params) {
$this->ensureEmptyDestination($destination);
@ -194,7 +193,6 @@ class Generator implements \Todaymade\Daux\Format\Base\Generator, LiveGenerator
} else {
$this->runAction(
'- ' . $node->getUrl(),
$output,
$width,
function() use ($node, $output_dir, $key, $params, $index_pages) {
if ($node instanceof Raw) {