0.1.0 • Published 8 years ago

gulp-juice-2 v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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