1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Use OS fs by default

Fixes #3032
This commit is contained in:
Bjørn Erik Pedersen
2017-02-15 10:00:34 +01:00
parent a988d3cf36
commit 691156c5ba
6 changed files with 69 additions and 28 deletions

4
deps/deps.go vendored
View File

@@ -67,8 +67,8 @@ func New(cfg DepsCfg) *Deps {
}
if fs == nil {
// Default to the most used file systems.
fs = hugofs.NewMem()
// Default to the production file systems.
fs = hugofs.NewDefault()
}
d := &Deps{