aboutsummaryrefslogtreecommitdiff
path: root/client-web
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-10 23:09:04 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-10 23:09:04 +0200
commit12af75951dc26d99273596dfaa8ead84c1ab4c67 (patch)
tree18f420ee7c2df8418c675c724db10bdddd60a153 /client-web
parent5fbc95284594ceca385019c74f82ea9371591531 (diff)
downloadkeks-meet-12af75951dc26d99273596dfaa8ead84c1ab4c67.tar
keks-meet-12af75951dc26d99273596dfaa8ead84c1ab4c67.tar.bz2
keks-meet-12af75951dc26d99273596dfaa8ead84c1ab4c67.tar.zst
improve makefile
Diffstat (limited to 'client-web')
-rw-r--r--client-web/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/client-web/makefile b/client-web/makefile
index ae70bda..9760c39 100644
--- a/client-web/makefile
+++ b/client-web/makefile
@@ -1,3 +1,7 @@
+.PHONY: all watch
+all: public/assets/bundle.js
+watch:
+ deno bundle --no-check --watch source/index.ts public/assets/bundle.js
public/assets/bundle.js: source/*
deno bundle --no-check --unstable source/index.ts > $@