Notes for minimize JS
# install nvm
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.profile
# install node 22.12
nvm install 22.12
# install watchman
apr install watchman
# Grunt
cd /rootdir
npm install
npm -g install grunt-cli

npx grunt watch

#Debug browser
start msedge.exe --remote-debugging-port=9222
Open dev tools F12