Files
static/public/minify
Oliver 1fc2587518 all
2025-10-08 06:51:18 -03:00

6 lines
123 B
Bash
Executable File

#!/bin/bash
npm install -g terser
terser buyModal.js -o buyModal.min.js -c -m
terser tryModal.js -o tryModal.min.js -c -m