This commit is contained in:
parent
e62ecce538
commit
cda33560ae
|
@ -3,7 +3,7 @@ import GulpClient, { TaskFunction } from "gulp";
|
||||||
import path from "upath";
|
import path from "upath";
|
||||||
import { Context } from "./gulp/Context.js";
|
import { Context } from "./gulp/Context.js";
|
||||||
|
|
||||||
const { dest, parallel, series, src, task, watch } = GulpClient;
|
const { dest, parallel, series, src, watch } = GulpClient;
|
||||||
const { join } = path;
|
const { join } = path;
|
||||||
|
|
||||||
const context = new Context();
|
const context = new Context();
|
||||||
|
|
Loading…
Reference in a new issue