gulp-typeset

0.0.2 • Public • Published

gulp-typeset Build Status

Preprocess HTML for better typography with typeset

Issues with the output should be reported on the Typeset issue tracker.

Install

$ npm install --save-dev gulp-typeset

Usage

var gulp = require('gulp');
var typeset = require('gulp-typeset');
 
gulp.task('default', function () {
    return gulp.src('index.html')
        .pipe(typeset())
        .pipe(gulp.dest('dist'));
});

Options

Refer to David Merfield's Typeset module options for further reference on available configuration.

License

MIT © Lucas Constantino Silva

Package Sidebar

Install

npm i gulp-typeset

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • jsonnull
  • lucasconstantino