0.0.5 • Published 7 years ago

gulp-lqip v0.0.5

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

gulp-loop-files

A Gulp task for looping through a gulp project and calling a task on each item. Inspired by gulp-inline-image-html.

Hacked from gulp-inline-image

Usage

var gulp = require('gulp');
var loop = require('gulp-loop-files');
var lqip = require('gulp-lqip');

gulp.task('default', function () {
  gulp.src('src/**/*.html')
    .pipe(loop('src', lqip))  // takes in the directory to use as the root when looking for images
    .pipe(gulp.dest('dest/'));
})
0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago