Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.
/ gulp-touch-cmd Public archive

Change file access and modification times of files copied using gulp

License

Notifications You must be signed in to change notification settings

bmatzner/gulp-touch-cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-touch-cmd

Change file access and modification times of files copied using gulp

Install

Install with npm

npm install --save-dev gulp-touch-cmd

Example

var gulp = require('gulp');
var touch = require('gulp-touch-cmd');

gulp.task('default', function() {
  gulp
    .src('./src/**/*')
    .pipe(gulp.dest('./dest'))
    .pipe(touch());
});

About

Change file access and modification times of files copied using gulp

Resources

License

Stars

Watchers

Forks

Packages

No packages published