gulp-html-map

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gulp-html-map

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bingdian