-
-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Excludes should be relative to the site source #1916
Conversation
Thoughts on removing |
Seems fine to move it to I'm also thinking that we should do the same thing for |
Did you want to add |
@mattr- No, we'll take care of |
/cc @benbalter |
May want to update the docs with the new behavior? |
Yes! Good call! |
Updated the docs in f3e9eb9 Here's what the new section in the config documentation looks like: |
Thanks! ❤️ |
Just to make sure I am clear on how this works. Let's say I have a jekyll project with
In the current version of jekyll, this exclude would exclude both |
Want to add a test for your use case in a new PR? :) |
I could probably do that, but I wanted to make sure I understood the intent of this issue/PR. What did you have in mind when you were proposing and adding this behavior? |
We wanted to be able to do this: https://github.com/jekyll/jekyll/pull/1916/files#diff-d75d4058553eb8ed1fb5585b22754decR102 |
Excluding all directories named vendor was excluding the vendor directory in the toolkit, which is where the jQuery that plays videos lives.
Fixes #1915.
Should we do the same for
include
entries?