1.1.7 • Published 9 years ago

gulp-h-manifest v1.1.7

Weekly downloads
1
License
ISC
Repository
github
Last release
9 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

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago