tangled
alpha
login
or
join now
jollywhoppers.com
/
witchsky.app
100
fork
atom
Bluesky app fork with some witchin' additions 💫
witchsky.app
bluesky
fork
client
100
fork
atom
overview
issues
42
pulls
pipelines
build: copy style.css
xan.lol
2 weeks ago
261cb80d
a1cb8f29
verified
This commit was signed with the committer's
known signature
.
xan.lol
SSH Key Fingerprint:
SHA256:7Zs+dcly5YqxBg7v8XsE1uPMYCobHKBw7CDiNxpmSrY=
+3
1 changed file
expand all
collapse all
unified
split
justfile
+3
justfile
···
43
44
# copy our static pages over!
45
cp -r witchsky-static-about web-build/about
0
0
0
46
47
[group('dev')]
48
dev-android-setup: prebuild-android
···
43
44
# copy our static pages over!
45
cp -r witchsky-static-about web-build/about
46
+
47
+
# copy a stylesheet
48
+
cp src/style.css web-build/style.css
49
50
[group('dev')]
51
dev-android-setup: prebuild-android