UNPKG

102 Btext/coffeescriptView Raw
1rimraf = require('gulp-rimraf')
2
3module.exports = ({gulpsrc}) ->
4 gulpsrc
5 .pipe(rimraf())
6