12 lines
222 B
Diff
12 lines
222 B
Diff
--- a/_build_backend.py
|
|
+++ b/_build_backend.py
|
|
@@ -87,7 +87,7 @@
|
|
|
|
def _build_fava() -> None:
|
|
"""Run the build steps for Fava."""
|
|
- _compile_frontend()
|
|
+ # _compile_frontend()
|
|
_compile_translations()
|
|
|
|
|