UNPKG

frntnd-class-with-plugins

Version:
10 lines (9 loc) 182 B
module.exports = function (gulp, plugins) { gulp.task('default', function (cb) { plugins.sequence( // run the build task 'build', cb ); }); };