Skip to content
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

Prevent glob from building .md files in the _markbind folder #563

Closed
jamos-tay opened this issue Jan 8, 2019 · 3 comments · Fixed by #525
Closed

Prevent glob from building .md files in the _markbind folder #563

jamos-tay opened this issue Jan 8, 2019 · 3 comments · Fixed by #525

Comments

@jamos-tay
Copy link
Contributor

Using general glob patterns like **/*.md can cause .md files in the _markbind folder such as footer.md, head.md to be selected as pages for building.

  "pages": [
    {
      "glob": "**/*.md"
    },
  ]

Should we add an exclusion for the _markbind folder?

@jamos-tay jamos-tay changed the title Prevent .md files in _markbind folder from being built Prevent glob from building .md files in the _markbind folder Jan 8, 2019
@damithc
Copy link
Contributor

damithc commented Jan 8, 2019

On a related note, I was hoping we can use the include feature for files within _markbind folder as it can help reduce duplication among system files.

@Xenonym
Copy link
Contributor

Xenonym commented Jan 8, 2019

@jamos-tay this issue was alluded to in #525 and will probably be fixed when that PR is complete?

FYI: @amad-person

@jamos-tay
Copy link
Contributor Author

@Xenonym Sure, looks good

I'll close this issue after the merge then

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 a pull request may close this issue.

3 participants