switer / gulp-comps

Using comps in gulp stream.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp-comps

npm version

Using comps in gulp stream.

Install

npm install gulp-comps --save-dev

Usage

var CompsStream = require('gulp-comps')
gulp.src('asserts/*.html')
    .pipe(CompsStream())
    .pipe(gulp.dest('dist'))

About

Using comps in gulp stream.

License:MIT License


Languages

Language:JavaScript 88.6%Language:HTML 11.4%