From b490f802a83382ad1a255cfef47724a0e7a9789b Mon Sep 17 00:00:00 2001 From: Lia Lenckowski Date: Thu, 17 Aug 2023 19:26:17 +0200 Subject: error handling for login; partial adminpanel infrastructure --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 510c397..8aea40d 100644 --- a/makefile +++ b/makefile @@ -2,11 +2,11 @@ ESFLAGS = --target=esnext --format=esm deploy-dir: deploy deploy/bundle.js deploy/style.css deploy/index.html deploy/fastbangs -.PHONY: watch clean deploy-dir +.PHONY: watch-script watch-style clean deploy-dir watch-script: frontend/fuzzysort.js esbuild frontend/main.ts --bundle --outfile=deploy/bundle.js $(ESFLAGS) --watch watch-style: - while true; do inotifywait -e modify -e move frontend/style.sass; make deploy/style.css; done + while true; do make deploy/style.css; inotifywait -e modify -e move frontend/style.sass; done clean: stack clean --full -- cgit v1.2.3-70-g09d2