tangled
alpha
login
or
join now
munksgaard.tngl.sh
/
scoundrel
1
fork
atom
A Gleam implementation of the Scoundrel solo card game
munksgaard.me/scoundrel
lustre
scoundrel
gleam
card
game
1
fork
atom
overview
issues
pulls
pipelines
Add `just build` target
munksgaard.tngl.sh
3 months ago
f68d34cc
fe52a733
+5
1 changed file
expand all
collapse all
unified
split
Justfile
+5
Justfile
···
3
3
4
4
cli:
5
5
gleam run --target erlang --module cli
6
6
+
7
7
+
build:
8
8
+
gleam run -m lustre/dev build scoundrel --minify
9
9
+
sed -i 's/\/scoundrel.css/scoundrel.css/g' dist/index.html
10
10
+
sed -i 's/\/scoundrel.js/scoundrel.js/g' dist/index.html