projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b8244b
)
Fix bug so watch works on theme directories as well
author
spf13
<steve.francia@gmail.com>
Tue, 27 May 2014 22:29:15 +0000
(18:29 -0400)
committer
spf13
<steve.francia@gmail.com>
Tue, 27 May 2014 22:29:15 +0000
(18:29 -0400)
commands/hugo.go
patch
|
blob
|
history
diff --git
a/commands/hugo.go
b/commands/hugo.go
index e18da8722b8c4908c4c2158725e32027c0ee9362..5e55d52792373ef5b4b33aa1cb9f119785f3abe0 100644
(file)
--- a/
commands/hugo.go
+++ b/
commands/hugo.go
@@
-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