gulp-makebird
v0.0.4
Published
gulp plugin makebird
Downloads
2
Readme
Gulp Makebird Plugin
Usage
gulp.task('makebird', function() {
return gulp.src('script.js', {read: false})
.pipe(makebird())
.pipe(gulp.dest('build'));
});
Licence
The MIT License (MIT)