Skip to content

c10ckw0rk/gulp-hash-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-hash-history

npm install gulp-hash-history

Basic usage

var hashHistory = require('gulp-hash-history');

gulp.src('./js/**/*.js')
  .pipe(hashHistory.hash()) // add hash
  .pipe(gulp.dest(dest)),
  .pipe(hashHistory.history({
    src: 'fixtures/history.json', // read and save file to this location
    key: 'legacy.js' // js object prefix
  }));

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published