Compare commits

...

2 Commits

Author SHA1 Message Date
1d62b89980 Merge branch 'master' into release 2020-06-10 18:21:31 +02:00
9b05df056f Add image lazyloading to autocompile.sh 2020-06-10 18:21:05 +02:00

View File

@ -2,5 +2,5 @@
# Requirements: inotify-tools, python3 # Requirements: inotify-tools, python3
while inotifywait -e close_write ./slides/*.md; do while inotifywait -e close_write ./slides/*.md; do
python3 ./onpoint/main.py . python3 ./onpoint/main.py . -i
done done