aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/build.sh
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-11-24 18:55:21 -0500
committerXe Iaso <me@christine.website>2022-11-24 18:55:21 -0500
commite174b7ba4dc1f6e755d6142f0d26a3e6357be771 (patch)
tree6d063747b3215100cc0e01038944f0b990d8a5fe /src/frontend/build.sh
parentfacf97b1f861ea66961a72e43595c5a1b1db8a31 (diff)
downloadxesite-e174b7ba4dc1f6e755d6142f0d26a3e6357be771.tar.xz
xesite-e174b7ba4dc1f6e755d6142f0d26a3e6357be771.zip
make new mastodon share button
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'src/frontend/build.sh')
-rwxr-xr-xsrc/frontend/build.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/frontend/build.sh b/src/frontend/build.sh
new file mode 100755
index 0000000..ad31763
--- /dev/null
+++ b/src/frontend/build.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+
+set -e
+
+export RUST_LOG=info
+deno bundle ./mastodon_share_button.tsx ../../static/js/mastodon_share_button.js