Skip to content

#1079: Add support pass an array of files as an argument for include, exclude, and keep_files config options#1081

Open
Yegorov wants to merge 1 commit intobridgetownrb:mainfrom
Yegorov:1079
Open

#1079: Add support pass an array of files as an argument for include, exclude, and keep_files config options#1081
Yegorov wants to merge 1 commit intobridgetownrb:mainfrom
Yegorov:1079

Conversation

@Yegorov
Copy link

@Yegorov Yegorov commented Feb 18, 2026

This is a 🙋 feature or enhancement.

Summary

Add support pass an array of files as an argument for include, exclude, and keep_files config options

Context

Closes #1079

@jaredcwhite
Copy link
Member

@Yegorov This is heading in the right direction, but the class to modify for this isn't the Configuration class itself but the ConfigurationDSL class (defined in bridgetown-core/lib/bridgetown-core/configuration/configuration_dsl.rb). That's what people will be interacting with in config/initializers.rb. (I apologize, I could have made this more clear in my issue description.)

…for `include`, `exclude`, and `keep_files` config options
@Yegorov
Copy link
Author

Yegorov commented Feb 21, 2026

@jaredcwhite yes, fixed. Thanks for pointing me in the right direction. Can you take a look again, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Yard types for certain config options like keep_files are incorrect

2 participants