You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
If in
src
I havecontent
directory which have many subdirectories, how can I check if the files*.md
in all subdirectories change?Something like
Thanks
The text was updated successfully, but these errors were encountered: