Migrate frontend to pnpm+parcel with JS modules
This commit is contained in:
parent
4d8b7d6e62
commit
0b8fbea6c3
30 changed files with 2289 additions and 404 deletions
|
|
@ -14,16 +14,13 @@
|
|||
|
||||
<link
|
||||
rel="shortcut icon"
|
||||
href="/static/images/favicon.jpg"
|
||||
href="/static/images/favicon.jpg?cb={{ Globals.CacheBusting }}"
|
||||
type="image/jpg"
|
||||
/>
|
||||
<link rel="stylesheet" href="/static/bootstrap/css/bootstrap.min.css" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="/static/bootstrap-icons/bootstrap-icons.min.css"
|
||||
href="/static/assets/index.css?cb={{ Globals.CacheBusting }}"
|
||||
/>
|
||||
<link rel="stylesheet" href="/static/main.css" />
|
||||
{% block stylesheet %}{% endblock %}
|
||||
</head>
|
||||
<body class="d-flex flex-column h-100">
|
||||
<main class="flex-shrink-0">
|
||||
|
|
@ -64,9 +61,9 @@
|
|||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="/static/jquery/jquery.min.js"></script>
|
||||
<script src="/static/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="/static/functions.js"></script>
|
||||
{% block javascript %}{% endblock %}
|
||||
<script
|
||||
src="/static/assets/index.js?cb={{ Globals.CacheBusting }}"
|
||||
type="module"
|
||||
></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue