diff options
| author | Xe Iaso <me@christine.website> | 2022-11-24 18:55:21 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-11-24 18:55:21 -0500 |
| commit | e174b7ba4dc1f6e755d6142f0d26a3e6357be771 (patch) | |
| tree | 6d063747b3215100cc0e01038944f0b990d8a5fe /src/frontend/build.sh | |
| parent | facf97b1f861ea66961a72e43595c5a1b1db8a31 (diff) | |
| download | xesite-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-x | src/frontend/build.sh | 6 |
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 |
