Replies: 1 comment 4 replies
-
Try using glob patterns. Marp CLI supports negated glob patterns that will apply to already matched glob pattern. This command will convert all marp './**/*.md' '!**/ignored/**/*.md' Note that the negated glob pattern will not apply to non-glob patterns that are pointed existing files and folders. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
dear all,
I'm running marp-cli (v. 4.0.4) in a CI gitlab (deck: zenika/alpine-chrome) and when I build slides all the files in the repo are built, which takes a long time and uses resources. I'm looking for a way to have a specific folder whose files would'nt be built. gitignore doesn't suit because it doesn't allow files sync between account. The best would be to add an option to pass the name of a folder to be ignored when launching the marp command. Is it feasible?
Beta Was this translation helpful? Give feedback.
All reactions