1.1.7 • Published 10 years ago

gulp-h-manifest v1.1.7

Weekly downloads
1
License
ISC
Repository
github
Last release
10 years ago

gulp-h-manifest

var manifest = require('gulp-h-manifest');
var gulp = require('gulp');
var glob = require("glob");

gulp.task('manifest', function() {
	glob("./handlebar/**/*.html",function(err,file){
		file.forEach(function(item){
			 gulp.src(item)
			     .pipe(manifest(item))
			     .pipe(gulp.dest(item.replace(/([\w-])*.html/,'')));
		})
	})
})
1.1.7

10 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago