Added Icon Maker mockup

Update .gitignore, ico-maker.yml, and 9 more files...
This commit is contained in:
2025-03-05 23:47:05 +01:00
parent 11c25a1f52
commit e9a2fb97f8
11 changed files with 290 additions and 4 deletions

View File

@@ -54,6 +54,16 @@ call "%~dp0node_modules\.bin\terser" excel-password-remover.js -c -m -o excel-pa
popd
:js-applet-ico-maker
echo Minifying Ico Maker
pushd %CD%
cd %~dp0\..\static\resources\NibblePoker\applets\ico-maker\
echo ^> static\resources\NibblePoker\applets\ico-maker\ico-maker.mjs
call "%~dp0node_modules\.bin\rollup" ico-maker.mjs --file ico-maker.js
call "%~dp0node_modules\.bin\terser" ico-maker.js -c -m -o ico-maker.min.js
popd
:js-uuidgenerator-minify
echo Minifying UUID Generator
pushd %CD%