mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Fix bug so watch works on theme directories as well
This commit is contained in:
@@ -217,7 +217,7 @@ func copyStatic() error {
|
|||||||
|
|
||||||
// Copy Static to Destination
|
// Copy Static to Destination
|
||||||
jww.INFO.Println("syncing from", themeDir, "to", publishDir)
|
jww.INFO.Println("syncing from", themeDir, "to", publishDir)
|
||||||
return fsync.Sync(publishDir, themeDir)
|
fsync.Sync(publishDir, themeDir)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Copy Static to Destination
|
// Copy Static to Destination
|
||||||
|
Reference in New Issue
Block a user