UNPKG

rind-modules-gulp

Version:
11 lines (8 loc) 180 B
'use strict'; var rimraf = require('rimraf'); module.exports = function(gulp) { // clean the workspace gulp.task('clean', function(cb) { rimraf('test/out', cb); }); };