Add image lazyloading to autocompile.sh

This commit is contained in:
Knoch 2020-06-10 18:21:05 +02:00
parent 31f3b5d242
commit 9b05df056f

View File

@ -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