friend and more update

This commit is contained in:
MathMan05 2024-11-26 22:30:04 -06:00
parent e24afe2abe
commit 2502d8f977
13 changed files with 491 additions and 79 deletions

View file

@ -40,6 +40,7 @@ jsc: {
gulp.task('watch', function () {
gulp.watch('./src', gulp.series("default"));
gulp.watch('./translations', gulp.series("default"));
}, {debounceDelay: 10});
// Clean task to delete the dist directory