gulp-juice-2

0.1.0 • Public • Published

Gulp Juice

Gulp plugin to inline CSS in HTML files using Automattic's Juice.

Usage

var gulp = require('gulp'),
var juice = require('@thasmo/gulp-juice');

gulp.task('juice', function() {
  return gulp.src('*.html')
    .pipe(juice())
    .pipe(gulp.dest('.'))
});

Options

See Juice's options.

License

MIT License

Package Sidebar

Install

npm i gulp-juice-2

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • saggiatore