gulp-one-of

1.0.1 • Public • Published

gulp-one-of

Filters vinyl stream by first of possible techs.

Installation

npm i gulp-one-of --save-dev

Usage

const gulp = require('gulp');
const oneOf = require('gulp-one-of');
 
gulp.src('blocks/*.*')
    .pipe(oneOf('post.css', 'css'))
    .pipe(gulp.dest());

Readme

Keywords

Package Sidebar

Install

npm i gulp-one-of

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • tadatuta