require to import
exports are not working
This commit is contained in:
parent
f7a5481fd2
commit
da075e5beb
7 changed files with 69 additions and 72 deletions
8
gulp/tasks/clean.mjs
Normal file
8
gulp/tasks/clean.mjs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import config from '../config.js';
|
||||
import { deleteAsync } from 'del';
|
||||
|
||||
// Clean output folders
|
||||
export function clean() {
|
||||
return deleteAsync([config.dev + '**', config.rep + '**', config.dpl + '**']);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue