Skip to content

Commit

Permalink
Prevent browser caching on demo boot
Browse files Browse the repository at this point in the history
  • Loading branch information
pskl committed Aug 27, 2024
1 parent 4258675 commit f9fa4ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/serve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ fi

python3 -m http.server 8069 --directory "$DIR" > /dev/null 2>&1 &
sleep 1
chromium-browser --start-fullscreen \
chromium-browser --incognito \
--start-fullscreen \
--disable-session-crashed-bubble \
--disable-infobars \
--autoplay-policy=no-user-gesture-required \
Expand Down

0 comments on commit f9fa4ef

Please sign in to comment.