Gulp cleanup
This commit is contained in:
parent
6dabfac540
commit
f4de17acf5
6 changed files with 27 additions and 27 deletions
|
|
@ -1,6 +1,8 @@
|
|||
var del = require('del');
|
||||
|
||||
gulp.task('clean', function () {
|
||||
del.sync(config.outputDir + '/{css,js}');
|
||||
del.sync('output_*/assets/{css,js}');
|
||||
del.sync(config.fonts.outputDir);
|
||||
del.sync(config.js.outputDir);
|
||||
del.sync(config.sass.outputDir);
|
||||
del.sync('output_*/assets/{css,fonts,js}');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue