瀏覽代碼

update docs

master
Jonathan Cobb 3 年之前
父節點
當前提交
de4b5c3e8d
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. +4
    -1
      README.md

+ 4
- 1
README.md 查看文件

@@ -43,7 +43,10 @@ With JVC, you'd write this spec file and save it to a file
"creates": "src_split_files",
"source": "src",
"interval": "60",
"validate": [{ "comment": "expected 12 files", "test": "output.length === 12" }]
"validate": [{
"comment": "expect 5 output files",
"test": "output.assets.length === 5"
}]
}]
}
```


Loading…
取消
儲存