2 次代码提交 b33802957c ... f2576c5689

作者 SHA1 备注 提交日期
  Craig Fletcher f2576c5689 Update README.md with latest changes 5 月之前
  Craig Fletcher b33802957c Update README.md with latest changes 5 月之前
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -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