Skip to content

lucasconstantino/gulp-typeset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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