Expose collection static files via site.static_files#8961
Expose collection static files via site.static_files#8961jekyllbot merged 2 commits intojekyll:masterfrom
site.static_files#8961Conversation
parkr
left a comment
There was a problem hiding this comment.
Looks like cucumber is upset. Otherwise, LGTM!
Lines 228 to 232 in 8690765 Lines 355 to 356 in 8690765 Lines 342 to 344 in 8690765 Lines 349 to 353 in 8690765 Therefore, to maintain backwards-compatibility of |
|
Nice, clean implementation. Well done, @ashmaroli! |
|
ping @mattr- for a re-review. |
1 similar comment
|
ping @mattr- for a re-review. |
|
@jekyllbot: merge +minor |
Ashwin Maroli: Expose collection static files via `site.static_files` (#8961) Merge pull request 8961
Summary
Jekyll::Site#static_filesshould expose all static files in the site. Even those static files read from within collections.Context
Resolves #8901