Updated build scripts, removed trash

Update tools.json, tools.json, and 3 more files...
This commit is contained in:
2025-04-03 21:55:37 +02:00
parent df93ee47b2
commit 3e2b917d21
5 changed files with 29 additions and 14 deletions

View File

@@ -0,0 +1,17 @@
@echo off
pushd %CD%
cd /D "%~dp0"
cd ..\static\resources\NibblePoker
echo.
echo Removing minified JS files
echo --------------------------
echo Deleting "*.js" in "static\resources\NibblePoker" ...
del /S /Q *.js
:end
popd