gulp-touch

1.0.1 • Public • Published

gulp-touch

Set the file modification and accessed time of a file copied using gulp to "now"

Install

Install with npm

npm install --save-dev gulp-touch

Example

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

Readme

Keywords

Package Sidebar

Install

npm i gulp-touch

Weekly Downloads

367

Version

1.0.1

License

ISC

Last publish

Collaborators

  • pereng