Skip to content

mightydes/gulp-assembly-rev-manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gulp-assembly-rev-manifest


Usage

const gulp = require('gulp');
const $ = require('gulp-load-plugins')();

gulp.src(['app.js', 'app-lib.js'])
    .pipe($.assemblyRevManifest())
    .pipe(gulp.dest('assets'));

This will output:

  • app.js
  • app.js.rev.txt -- containing hash sum
  • app-lib.js
  • app-lib.js.rev.txt -- containing hash sum

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published