Added VAT calculator tool and applet, Cleaned up launch logs and DOM trash
Update .gitignore, vat-calculator.yml, and 17 more files...
This commit is contained in:
@@ -93,6 +93,16 @@ call "%~dp0node_modules\.bin\rollup" png-analyser.mjs --file png-analyser.js
|
||||
call "%~dp0node_modules\.bin\terser" png-analyser.js -c -m -o png-analyser.min.js
|
||||
popd
|
||||
|
||||
|
||||
:js-vatcalculator-minify
|
||||
echo Minifying VAT Calculator
|
||||
pushd %CD%
|
||||
cd %~dp0\..\static\resources\NibblePoker\applets\vat-calculator\
|
||||
echo ^> static\resources\NibblePoker\applets\vat-calculator\vat-calculator.mjs
|
||||
call "%~dp0node_modules\.bin\rollup" vat-calculator.mjs --file vat-calculator.js
|
||||
call "%~dp0node_modules\.bin\terser" vat-calculator.js -c -m -o vat-calculator.min.js
|
||||
popd
|
||||
|
||||
:js-nibblepoker-end
|
||||
|
||||
:end
|
||||
|
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"minify": "^10.2.0",
|
||||
"rollup": "^3.27.2",
|
||||
"rollup": "^4.48.1",
|
||||
"sass": "^1.63.6",
|
||||
"terser": "^5.19.0",
|
||||
"typescript": "^5.1.6",
|
||||
"html-minifier-terser": "^7.2.0"
|
||||
"html-minifier-terser": "^7.2.0",
|
||||
"browserify": "^17.0.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user