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
This commit is contained in:
10
build-pak.sh
Executable file
10
build-pak.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/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
|
Reference in New Issue
Block a user