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());
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    865
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    865
  • 1.0.0
    1

Package Sidebar

Install

npm i gulp-touch

Weekly Downloads

866

Version

1.0.1

License

ISC

Last publish

Collaborators

  • pereng