1.0.1 • Published 6 years ago

gulp-sync-files-one-direction v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

gulp-sync-files-one-direction

Syncs files from src to dest where only changed/added/deleted files are processed.

Configuration

  • basePath: base path of inputPatterns, e.g. /home/user/repo/src
  • destPath: destination, e.g. /home/user/repo/compiled
  • ignoreInitial: copy all files on first run: true|false
  • inputPatterns: files to work/watch, e.g. all SCSS files /home/user/repo/src/*/.scss

This keeps the SCSS files in your src dir with the ones in compiled in sync.

Usage

gulp.task('sync-it', gulp-sync-files-one-direction({/*config*/}))