|
|
@@ -72,8 +72,6 @@ opts: {
|
|
|
outDir: 'dist/',
|
|
|
runDir: process.cwd(),
|
|
|
cacheDir: '.cache',
|
|
|
- templateDirs: ['templates/', '~/.rhedyn/templates/'],
|
|
|
- defaultTemplate: 'default',
|
|
|
clean: true,
|
|
|
ignoreExisting: false,
|
|
|
logLevel: 'debug',
|
|
|
@@ -126,7 +124,8 @@ Each task object should look something like this:
|
|
|
|
|
|
**Task Properties:**
|
|
|
- `name`: Task identifier (required)
|
|
|
-- `inputFiles`: Array of glob pattern objects with `pattern` and optional `ignore` properties
|
|
|
+- `inputFiles`: Array of glob pattern objects with `pattern` and optional `ignore` properties - if set, the task will be
|
|
|
+expanded for every file found
|
|
|
- `stripPaths`: Array of path prefixes to remove from input paths when generating output paths
|
|
|
- `outputDir`: Directory within `outDir` where processed files should be placed
|
|
|
- `outputFileExtension`: File extension for processed files
|