0.0.4 • Published 8 years ago
gulp-makebird v0.0.4
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)
gulp.task('makebird', function() {
return gulp.src('script.js', {read: false})
.pipe(makebird())
.pipe(gulp.dest('build'));
});
The MIT License (MIT)