Skip to content

Commit

Permalink
Update the "Clean" script [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Aug 28, 2024
1 parent 5b36e07 commit 542ae13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/Clean.hx
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ using Lambda;
/** Deletes all generated files. **/
function main() {
["js", "js.map"].map(ext -> 'bin/setup_hashlink.$ext').filter(FileSystem.exists).iter(FileSystem.deleteFile);
["lib", "res"].filter(FileSystem.exists).iter(Tools.removeDirectory);
Tools.cleanDirectory("var");
}

0 comments on commit 542ae13

Please sign in to comment.