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
Continuing with EJS pre-rendering set-up for specs, that allows to use includes in index.src and other custom logic, in one of the next releases we plane to add some helper functions like:
includeMD(pathToFile) - for including AND processing markdown files in index.src
includeFiles(glob) - for including a list of files one by one using glob
includeExample(glob) - for including a list of files and wrapping them into source_exampe template
The text was updated successfully, but these errors were encountered:
Continuing with EJS pre-rendering set-up for specs, that allows to use includes in
index.src
and other custom logic, in one of the next releases we plane to add some helper functions like:includeMD(pathToFile)
- for including AND processing markdown files inindex.src
includeFiles(glob)
- for including a list of files one by one using globincludeExample(glob)
- for including a list of files and wrapping them intosource_exampe
templateThe text was updated successfully, but these errors were encountered: