phonograph/webc/build.sh
2025-07-22 00:22:05 -07:00

5 lines
222 B
Bash

# Compile each .gleam file in src/ as a separate component module.
ls src | \
grep '_component.gleam' | \
xargs -I {} basename {} .gleam | \
xargs -I {} gleam run -m lustre/dev build component {} --outdir=../js_dist