2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Remove javascript rendering (#8713)

This commit is contained in:
Oliver
2024-12-19 07:34:01 +11:00
committed by GitHub
parent 88bfb23362
commit 6634bc54bd
3 changed files with 1 additions and 86 deletions

View File

@ -917,13 +917,6 @@ def worker(c):
manage(c, 'qcluster', pty=True)
# Testing tasks
@task
def render_js_files(c):
"""Render templated javascript files (used for static testing)."""
manage(c, 'test InvenTree.ci_render_js')
@task(post=[translate_stats, static, server])
def test_translations(c):
"""Add a fictional language to test if each component is ready for translations."""
@ -1531,7 +1524,6 @@ internal = Collection(
frontend_compile,
frontend_install,
frontend_trans,
render_js_files,
rebuild_models,
rebuild_thumbnails,
showmigrations,