Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 13f5f2c

Browse files
committed
making sure the pattern paths are regenerated when a the site is updated during a watch
1 parent 8bb2769 commit 13f5f2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/lib/watcher.lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ public function watch() {
211211
*/
212212
private function updateSite($fileName,$message) {
213213
$this->gatherData();
214+
$this->gatherPatternPaths();
214215
$this->gatherNavItems();
215216
$this->generatePatterns();
216217
$this->generateViewAllPages();

0 commit comments

Comments
 (0)