mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +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
|
||||
jww.INFO.Println("syncing from", themeDir, "to", publishDir)
|
||||
return fsync.Sync(publishDir, themeDir)
|
||||
fsync.Sync(publishDir, themeDir)
|
||||
}
|
||||
|
||||
// Copy Static to Destination
|
||||
|
Reference in New Issue
Block a user