/gulp-compot

Primary LanguageJavaScript

gulp-compot

The gulp plugin of compot.

usage

var compot = require('gulp-compot');

gulp.task('compot', function(){
    gulp.src('path/to/src')
        .pipe(compot())
        .pipe(gulp.dest('path/to/dest'));
})