mirror of
https://github.com/gohugoio/hugo.git
synced 2025-02-16 16:21:09 +00:00
On Linux, `hugofs.Glob` does not hit any directories which includes uppercase letters. (This does not happen on macOS.) Since `resources.GetMatch/Match` uses `Glob`, ``` {{ resources.GetMatch "Foo/bar.css" }} ``` this does not match `assets/Foo/bar.css` . On the other hand, you can get it with ``` {{ resources.Get "Foo/bar.css" }} ``` |
||
---|---|---|
.. | ||
files | ||
glob | ||
createcounting_fs.go | ||
decorators.go | ||
fileinfo.go | ||
fileinfo_test.go | ||
filename_filter_fs.go | ||
filename_filter_fs_test.go | ||
filter_fs.go | ||
filter_fs_test.go | ||
fs.go | ||
fs_test.go | ||
glob.go | ||
glob_test.go | ||
hasbytes_fs.go | ||
hashing_fs.go | ||
hashing_fs_test.go | ||
language_merge.go | ||
noop_fs.go | ||
nosymlink_fs.go | ||
nosymlink_test.go | ||
rootmapping_fs.go | ||
rootmapping_fs_test.go | ||
slice_fs.go | ||
stacktracer_fs.go | ||
walk.go | ||
walk_test.go |