anki/tools/rebuild-web

13 lines
327 B
Plaintext
Raw Normal View History

#!/bin/bash
# Copyright: Ankitects Pty Ltd and contributors
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
# Manually trigger a rebuild and reload of Anki's web stack
# NOTE: This script needs to be run from the project root
set -e
2023-06-20 12:40:43 +02:00
./ninja qt
./out/pyenv/bin/python tools/reload_webviews.py