SyncTask
Nadle / SyncTask
Variable: SyncTask
constSyncTask:Task<SyncTaskOptions>
Defined in: packages/nadle/src/builtin-tasks/sync-task.ts:28
Task for mirroring sources into a destination directory.
Same selection semantics as CopyTask, but after copying, files in into that do
not correspond to a source (and do not match preserve) are deleted, and empty
directories are pruned. The destination ends up as an exact mirror.