From 9b05df056f2d2bd5ccf29b43370466b34f4e16e0 Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Wed, 10 Jun 2020 18:21:05 +0200 Subject: [PATCH] Add image lazyloading to autocompile.sh --- autocompile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autocompile.sh b/autocompile.sh index f10a240..2fd1fc1 100644 --- a/autocompile.sh +++ b/autocompile.sh @@ -2,5 +2,5 @@ # Requirements: inotify-tools, python3 while inotifywait -e close_write ./slides/*.md; do - python3 ./onpoint/main.py . + python3 ./onpoint/main.py . -i done \ No newline at end of file