mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Revert "cache/filecache: Skip resource cache init if the fs is missing"
I need to revisit this.
This reverts commit da4c4a7789
.
This commit is contained in:
3
cache/filecache/filecache.go
vendored
3
cache/filecache/filecache.go
vendored
@@ -330,9 +330,6 @@ func NewCaches(p *helpers.PathSpec) (Caches, error) {
|
||||
|
||||
if v.isResourceDir {
|
||||
cfs = p.BaseFs.ResourcesCache
|
||||
if cfs == nil {
|
||||
continue
|
||||
}
|
||||
} else {
|
||||
cfs = fs
|
||||
}
|
||||
|
Reference in New Issue
Block a user