shithub: hugo

Download patch

ref: e7991003951959809349acb80f041152338f0d7b
parent: 6b8244ba67cede0c2c95bde695cf3c54002bce74
author: spf13 <[email protected]>
date: Tue May 27 14:29:15 EDT 2014

Fix bug so watch works on theme directories as well

--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -217,7 +217,7 @@
 
 		// 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