mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
ui: Add HTMX as a dependency
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> [sunil: Sort dependency in list] [sunil: Adjust spacing] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
57f5105fd0
commit
3c5f81ab8c
2
debian/control
vendored
2
debian/control
vendored
@ -17,6 +17,7 @@ Build-Depends:
|
||||
e2fsprogs,
|
||||
gir1.2-nm-1.0,
|
||||
libjs-bootstrap5,
|
||||
libjs-htmx,
|
||||
# Older libjs-bootstrap5 does not have proper dependency on popper.js >= 2.0
|
||||
node-popper2,
|
||||
pybuild-plugin-pyproject,
|
||||
@ -87,6 +88,7 @@ Depends:
|
||||
# For gdbus used to call hooks into service
|
||||
libglib2.0-bin,
|
||||
libjs-bootstrap5,
|
||||
libjs-htmx,
|
||||
lsof,
|
||||
netcat-openbsd,
|
||||
network-manager,
|
||||
|
||||
@ -64,6 +64,7 @@
|
||||
<!-- Local link to system Bootstrap JS -->
|
||||
<script type="text/javascript" src="{% static '/javascript/popperjs2/popper.min.js' %}" defer></script>
|
||||
<script type="text/javascript" src="{% static '/javascript/bootstrap5/js/bootstrap.bundle.min.js' %}" defer></script>
|
||||
<script type="text/javascript" src="{% static '/javascript/htmx/htmx.min.js' %}" defer></script>
|
||||
|
||||
<script type="text/javascript" src="{% static 'theme/js/main.js' %}" defer></script>
|
||||
{% block app_js %}<!-- placeholder for app-specific js files -->{% endblock %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user