Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. web
  2. a.html
  3. CVS
  4. folderA
  5. b.html
  6. CVS
  7. c.html
  8.  
  9. gulp.task('default', function() {
  10. gulp.src([myDir+'/**'])
  11. .pipe(filter(['*', '!'+myDir+'/CVS/**']))
  12. .pipe(gulp.dest(jboss_dir));
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement