Add a task for cleaning the project
This commit is contained in:
parent
6b8c085976
commit
0fee992b83
1 changed files with 10 additions and 0 deletions
10
gulpfile.ts
10
gulpfile.ts
|
@ -111,6 +111,16 @@ export async function Initialize()
|
|||
|
||||
Initialize.description = "Initializes the project.";
|
||||
|
||||
/**
|
||||
* Cleans the project.
|
||||
*/
|
||||
export async function Clean()
|
||||
{
|
||||
await Initialize();
|
||||
}
|
||||
|
||||
Clean.description = "Cleans the project.";
|
||||
|
||||
/**
|
||||
* Builds the project in watched mode.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue