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

[support] get subdirectories in config #68

Open
ghost opened this issue Mar 12, 2016 · 1 comment
Open

[support] get subdirectories in config #68

ghost opened this issue Mar 12, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 12, 2016

If in src I have content directory which have many subdirectories, how can I check if the files *.md in all subdirectories change?

Something like

content/*/*.md: src/acm-mod.csl, src/static/files/biblio.bib
                         fooo

Thanks

@ghost ghost changed the title [support] [support] get subdirectories in config Mar 12, 2016
@piranha
Copy link
Owner

piranha commented Mar 13, 2016

Well, what you wrote here should work. If you want to use ** (recursive match), to descend infinitely in subdirectories, then gostatic doesn't support that right now (it uses Go's built-in filepath.Match, which is pretty basic).

I guess that's something worth improving.

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

No branches or pull requests

1 participant