@@ -106,7 +106,6 @@ discard block |
||
| 106 | 106 | /** |
| 107 | 107 | * Compile the website. |
| 108 | 108 | * |
| 109 | - * @param bool $cleanDirectory Clean the target directing before rebuilding |
|
| 110 | 109 | * @param bool $tracking Whether or not to keep track of files as they're compiled to save time in 'watch' |
| 111 | 110 | */ |
| 112 | 111 | public function build ($tracking = false) |
@@ -300,6 +299,9 @@ discard block |
||
| 300 | 299 | $this->noClean = $noClean; |
| 301 | 300 | } |
| 302 | 301 | |
| 302 | + /** |
|
| 303 | + * @param string $filePath |
|
| 304 | + */ |
|
| 303 | 305 | private function modificationWatcher ($filePath) |
| 304 | 306 | { |
| 305 | 307 | $this->output->writeln(sprintf("File change detected: %s", $filePath)); |