文件名称:tsk-copy-files
文件大小:7KB
文件格式:ZIP
更新时间:2024-04-26 18:15:26
JavaScript
有条件地复制文件 设置 下载并解压缩为your-project/lib/tsk-copy-files 向清单添加配置条目 配置示例:将所有.jpg文件而不是thumb.jpg文件从source文件复制到项目目录中的output/images source/foo/file1.jpg source/bar/file2.jpg source/file3.jpg source/thumb.jpg { module: 'lib/tsk-copy-files', config: { // relative (to project directory) or absolute path of the directory to copy files from sourceDir: 'source', // relative (t
【文件预览】:
tsk-copy-files-master
----index.js(1KB)
----Config.js(1KB)
----tsk-copy-files.tar.xz(3KB)
----README.md(1KB)
----util()
--------xdStringFilter.js(1KB)
--------xdDirScan.js(2KB)
--------xdFsCopy.js(831B)