This package has been deprecated

Author message:

No longer maintained.

gulp-htmlcomb

0.2.0 • Public • Published

gulp-htmlcomb

HTMLComb plugin for Gulp.

Getting Started

Install

npm install gulp-htmlcomb

Usage

const gulp = require('gulp');
const htmlcomb = require('gulp-htmlcomb');
 
gulp.task('htmlcomb', function () {
  return gulp.src('src/*.html')
  .pipe(htmlcomb(/*options*/))
  .pipe(gulp.dest('dist'));
});

Options

See the HTMLComb options

If there is .htmlcombrc file present in the same folder as the source file(s), or in the project root folder, gulp-htmlcomb will read config settings from it.

License

MIT © Chen Fengyuan

Package Sidebar

Install

npm i gulp-htmlcomb

Weekly Downloads

257

Version

0.2.0

License

MIT

Unpacked Size

3.76 kB

Total Files

4

Last publish

Collaborators

  • chenfengyuan