UNPKG

ng-packery

Version:
13 lines (7 loc) 173 B
'use strict'; import config from '../config'; import gulp from 'gulp'; import del from 'del'; gulp.task('clean', function() { return del([config.buildDir]); });