From 7f9817200b0e46dc3aca63a7a31de82b6d105e2f Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 6 May 2022 08:16:20 -0400 Subject: themes/default/layouts/partials/head: Bundle Fingerprint and cache bust automatically. --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 99aef3d..d428258 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ all: make config make js + make css make hugo config: @@ -12,6 +13,12 @@ watch: js: deno bundle --no-check --config tsconfig.json static/js/index.ts static/js/index.js + mkdir -p assets/js + cp static/js/index.js assets/js + +css: + mkdir -p assets/css + cp static/css/* assets/css hugo: rm -rf public -- cgit v1.2.3