feat: add downloader binary for client-side dependencies
All checks were successful
CI / Deploy / test (pull_request) Successful in 14s
CI / Deploy / lint (pull_request) Successful in 25s
CI / Deploy / deploy (pull_request) Has been skipped

Replace the curl-based Taskfile download task with a Go binary that
concurrently fetches datastar.js, datastar.js.map, daisyui.mjs, and
daisyui-theme.mjs. Update vendored libs to latest versions.
This commit is contained in:
Ryan Hamamura
2026-03-02 14:34:53 -10:00
parent 587f392b8b
commit 303c45cab1
6 changed files with 138 additions and 2129 deletions

View File

@@ -1,6 +1,11 @@
version: "3"
tasks:
download:
desc: Download latest client-side libs
cmds:
- go run cmd/downloader/main.go
build:styles:
desc: Build TailwindCSS styles
cmds: