Fix bug so watch works on theme directories as well
authorspf13 <steve.francia@gmail.com>
Tue, 27 May 2014 22:29:15 +0000 (18:29 -0400)
committerspf13 <steve.francia@gmail.com>
Tue, 27 May 2014 22:29:15 +0000 (18:29 -0400)
commands/hugo.go

index e18da8722b8c4908c4c2158725e32027c0ee9362..5e55d52792373ef5b4b33aa1cb9f119785f3abe0 100644 (file)
@@ -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