gulp-htmlcomb

v0.1.0
HTMLComb plugin for Gulp.
gulp plugin gulpplugin gulp-plugin html comb format javascript front-end and 3 more...

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

Metadata

  • MIT
  • Whatever
  • Fengyuan Chen
  • released 9/3/2015

Downloads

Maintainers