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:
dd1d655
)
update server to match latest afero
author
Steve Francia
<steve.francia@gmail.com>
Tue, 12 Jan 2016 02:45:05 +0000
(21:45 -0500)
committer
Steve Francia
<steve.francia@gmail.com>
Tue, 12 Jan 2016 02:45:05 +0000
(21:45 -0500)
commands/server.go
patch
|
blob
|
history
diff --git
a/commands/server.go
b/commands/server.go
index ee4d38a185951bf4ed3e2086441ed908b33ee11f..875a98ba207401cfc49ec18ab0c7373a55d15619 100644
(file)
--- a/
commands/server.go
+++ b/
commands/server.go
@@
-186,7
+186,7
@@
func serve(port int) {
jww.FEEDBACK.Println("Serving pages from memory")
}
- httpFs :=
&afero.HttpFs{SourceFs: hugofs.DestinationFS}
+ httpFs :=
afero.NewHttpFs(hugofs.DestinationFS)
fs := filesOnlyFs{httpFs.Dir(helpers.AbsPathify(viper.GetString("PublishDir")))}
fileserver := http.FileServer(fs)