Fix bug so watch works on theme directories as well

This commit is contained in:
spf13 2014-05-27 18:29:15 -04:00
parent 6b8244ba67
commit e799100395

View 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