1.0.0 • Published 8 years ago

gulp-html-map v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

gulp-html-map

Installation

Install package with NPM and add it to your development dependencies:

npm install --save-dev gulp-html-map

Usage

var htmlMap = require('gulp-html-map');

gulp.task('htmlMap', function() {
  return gulp.src('**/*.html')
    .pipe(htmlMap())
    .pipe(gulp.dest('dist'));
});

Options

  • filename

Type: string

Default: html.map.json

  • prefix

Type: string

Default:

License

MIT License