Move external static content into external directory

This commit is contained in:
Patrick Jentsch
2024-04-11 14:13:04 +02:00
parent 03876f6a39
commit d0d2a8abd6
171 changed files with 12 additions and 12 deletions
app
static
external
JSON-Patch
list.js
material-design-icons
materialize
pako
plotly.js
LICENSEVERSION
js
README.mdplot-schema.jsonplotly-basic.jsplotly-basic.min.jsplotly-cartesian.jsplotly-cartesian.min.jsplotly-finance.jsplotly-finance.min.jsplotly-geo-assets.jsplotly-geo.jsplotly-geo.min.jsplotly-gl2d.jsplotly-gl2d.min.jsplotly-gl3d.jsplotly-gl3d.min.jsplotly-locale-af.jsplotly-locale-am.jsplotly-locale-ar-dz.jsplotly-locale-ar-eg.jsplotly-locale-ar.jsplotly-locale-az.jsplotly-locale-bg.jsplotly-locale-bs.jsplotly-locale-ca.jsplotly-locale-cs.jsplotly-locale-cy.jsplotly-locale-da.jsplotly-locale-de-ch.jsplotly-locale-de.jsplotly-locale-el.jsplotly-locale-eo.jsplotly-locale-es-ar.jsplotly-locale-es-pe.jsplotly-locale-es.jsplotly-locale-et.jsplotly-locale-eu.jsplotly-locale-fa.jsplotly-locale-fi.jsplotly-locale-fo.jsplotly-locale-fr-ch.jsplotly-locale-fr.jsplotly-locale-gl.jsplotly-locale-gu.jsplotly-locale-he.jsplotly-locale-hi-in.jsplotly-locale-hr.jsplotly-locale-hu.jsplotly-locale-hy.jsplotly-locale-id.jsplotly-locale-is.jsplotly-locale-it.jsplotly-locale-ja.jsplotly-locale-ka.jsplotly-locale-km.jsplotly-locale-ko.jsplotly-locale-lt.jsplotly-locale-lv.jsplotly-locale-me-me.jsplotly-locale-me.jsplotly-locale-mk.jsplotly-locale-ml.jsplotly-locale-ms.jsplotly-locale-mt.jsplotly-locale-nl-be.jsplotly-locale-nl.jsplotly-locale-no.jsplotly-locale-pa.jsplotly-locale-pl.jsplotly-locale-pt-br.jsplotly-locale-pt-pt.jsplotly-locale-rm.jsplotly-locale-ro.jsplotly-locale-ru.jsplotly-locale-si.jsplotly-locale-sk.jsplotly-locale-sl.jsplotly-locale-sq.jsplotly-locale-sr-sr.jsplotly-locale-sr.jsplotly-locale-sv.jsplotly-locale-sw.jsplotly-locale-ta.jsplotly-locale-th.jsplotly-locale-tr.jsplotly-locale-tt.jsplotly-locale-uk.jsplotly-locale-ur.jsplotly-locale-vi.jsplotly-locale-zh-cn.jsplotly-locale-zh-hk.jsplotly-locale-zh-tw.jsplotly-mapbox.jsplotly-mapbox.min.jsplotly-strict.jsplotly-strict.min.jsplotly-with-meta.jsplotly.jsplotly.min.js
topojson
translation-keys.txt
socket.io
templates

@ -11,8 +11,8 @@
{% endblock metas %}
{% block styles %}
<link rel="stylesheet" href="{{ url_for('static', filename='libraries/material-design-icons/css/material-icons.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='libraries/materialize/css/materialize.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='external/material-design-icons/css/material-icons.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='external/materialize/css/materialize.min.css') }}">
{% endblock styles %}
{% endblock head %}
</head>
@ -36,7 +36,7 @@
</footer>
{% block scripts %}
<script src="{{ url_for('static', filename='libraries/materialize/js/materialize.min.js') }}"></script>
<script src="{{ url_for('static', filename='external/materialize/js/materialize.min.js') }}"></script>
{% endblock scripts %}
{% endblock body %}
</body>