UNPKG

jolly

Version:

Production ready boileprlate for Hapi

12 lines (8 loc) 216 B
'use strict'; const Gulp = require('gulp'); const Del = require('del'); Gulp.task('clean', function() { Del('.build').then(function(paths) { console.log('Deleted files/folders:\n', paths); }); });