diff --git a/CLAUDE.md b/CLAUDE.md index 53f2c80..2c1c9a4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -549,18 +549,7 @@ cd whm/gniza-whm/assets && npm install && npm run build:css **Adding new CSS classes:** 1. Add the class to `assets/src/safelist.html` (since Tailwind can't scan `.cgi`/`.pm` files) 2. Rebuild: `cd whm/gniza-whm/assets && npm run build:css` -3. Deploy the updated `gniza-whm.css` to the server - -### Deploying changes to a server - -Commit and push to git, then run the install script on the target server: -```bash -# From dev machine: push changes -git add -A && git commit -m "description" && git push - -# On target server: install/upgrade -curl -sSL http://192.168.100.100:3001/shukivaknin/gniza/raw/branch/main/scripts/install.sh | bash -``` +3. Commit the updated `gniza-whm.css` ### Repository