From 2a69db5d88ce4acda8e7892a351c6a7c790d3172 Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 25 Mar 2023 07:56:24 -0400 Subject: static/js: Deno bundle is deprecated - replicate Color outside the lines.. Maybe change to full async no/decoupled build and leave deno for creating eventual APIs for hugo to consume? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cd04c15..b9b8a85 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ watch: while true; do find . | entr -d -s 'make all'; done js: - deno bundle --no-check --config tsconfig.json static/js/index.ts assets/js/index.js + deno run --allow-all static/js/bundle.ts hugo: rm -rf public -- cgit v1.2.3