Files
seagull-game/build-pak.sh
Nicole O'Connor 0bd2f4827b state sync, many changes:
* separated css/js/rule files to pak file (glorified zip) to reduce full rebuilds
* implemented build cache
* some frontend UI spiffing up
2025-09-02 16:44:28 -07:00

10 lines
262 B
Bash
Executable File

#!/bin/bash
# ('app/templates', './templates'),
# ('app/rules', './rules'),
# ('static', './static'),
# ('app/rant', './rant'),
# ('opt', './opt')
zip -7rv seagull.pak static
cd app
zip -7rv ../seagull.pak templates rules rant