gulp-just-copy

1.0.1 • Public • Published

gulp-just-copy

batch copy file and rename,origin stream still pipe down

#Usage

  //将origin.html文件的内容复制到当前dest目录下,名称分别为foo.html,bar.html
  var copy=require('gulp-copy')
  gulp.src('origin.html').pipe(copy({
  	  target:['foo.html','bar.html'],  
  	  dest:'./dest'
  	}))

Readme

Keywords

none

Package Sidebar

Install

npm i gulp-just-copy

Weekly Downloads

0

Version

1.0.1

License

ISC

Last publish

Collaborators

  • mbjgithub