#!/bin/bash
npm install -g terser

terser buyModal.js -o buyModal.min.js -c -m
terser tryModal.js -o tryModal.min.js -c -m
terser setCookie.js -o setCookie.min.js -c -m
terser affiliateModal.js -o affiliateModal.min.js -c -m
