aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-11-20 13:37:47 -0500
committertdro <tdro@noreply.example.com>2023-11-20 13:37:47 -0500
commit1a437270dfaabe0edef26e465aadb4bcc7700473 (patch)
tree99ca6f02405c3ca0df2b8755d095b172928d3e6d
parent2f876ba73cd40fed865ab6c725939fe86d1c9cf4 (diff)
downloadcanory-1a437270dfaabe0edef26e465aadb4bcc7700473.tar.gz
canory-1a437270dfaabe0edef26e465aadb4bcc7700473.tar.bz2
canory-1a437270dfaabe0edef26e465aadb4bcc7700473.zip
static/js/bundle.ts -> static/js/index-bundle.ts
-rw-r--r--Makefile2
-rw-r--r--static/js/index-bundle.ts (renamed from static/js/bundle.ts)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b1ac99..f623415 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ build-config: # Build configuration files
yj -yt -i < config.yaml > config.toml
build-js: # Build js bundle
- deno run --allow-all static/js/bundle.ts
+ deno run --allow-all static/js/index-bundle.ts
build-site: # Build site
rm -rf public
diff --git a/static/js/bundle.ts b/static/js/index-bundle.ts
index bb9bee7..bb9bee7 100644
--- a/static/js/bundle.ts
+++ b/static/js/index-bundle.ts