This repository was archived by the owner on Feb 7, 2023. It is now read-only.
This repository was archived by the owner on Feb 7, 2023. It is now read-only.
Watch option is broken. #3
Open
Description
When running php core/console --watch
I get the following error.
PHP Fatal error: __clone method called on non-object in /Users/Mike/Sites/Sources/patternlab/vendor/pattern-lab/core/src/PatternLab/Watcher.php on line 94
This only started happening today, previously it would at least run. Additionally, when it was running, it seems that hardcoded references to mustache
in Watcher.php
means twig files are not being watched and therefore not triggering a regeneration.