Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

exclude_from_localizations not working with include setting #78

Open
git-no opened this issue Sep 13, 2016 · 0 comments
Open

exclude_from_localizations not working with include setting #78

git-no opened this issue Sep 13, 2016 · 0 comments

Comments

@git-no
Copy link

git-no commented Sep 13, 2016

Problem

exclude_from_localizations setting not working for values in include.

Example setting in _config.yml:

include: ["_redirects"]
exclude_from_localizations: ["script","_redirects" ]

Actual Result

_redirects is copied into _site and into each language directory.

Expected Result

_redirects is copied just once into _site directory but not into language directories.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants