-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Expose collection static files via site.static_files
#8961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose collection static files via site.static_files
#8961
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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_files
should expose all static files in the site. Even those static files read from within collections.Context
Resolves #8901