소스 검색

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"
}]
}]
}
```


불러오는 중...
취소
저장