diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2025-09-21 01:51:21 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2025-09-21 01:51:21 +0500 |
| commit | cd250263e9a73926060fe71cbe5a1fc12dc6c2d6 (patch) | |
| tree | 7220b9a9412356adf0c8fc505aa5a685c7330ed6 /build.sh | |
| parent | 2205b5bf32f923a48cf2b80df7fdcb61d1a27ca0 (diff) | |
w
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..1034c3c --- /dev/null +++ b/build.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# GOOS=linux GOARCH=amd64 go build -o src/cgi/tags.cgi tags.go +./jelly-cms build +./tailwindcss-macos-arm64 -i main.css -o build/main.css --optimize --minify + |
