feat: Add hippie-script as dependency

Foundation to move all global JavaScript to the new repo.
This commit is contained in:
sthag 2025-11-02 17:18:12 +01:00
parent e39d515b9e
commit a3eb2250ab
4 changed files with 11 additions and 2 deletions

View file

@ -50,10 +50,12 @@ tags:
{% endblock %}
{%- block script %}
<script src="{{ pageBase }}js/globals.js"></script>
{% comment %}<script src="{{ pageBase }}js/globals.js"></script>{% endcomment %}
<script src="/vendor/hippie-script.js"></script>
<script src="{{ pageBase }}js/app.js"></script>
<script src="{{ pageBase }}js/windows.js"></script>
<script>
console.log(HIPPIE.hippie.brand);
// Get the space element
const space = document.getElementById('screen-space');
const start = document.querySelector('[data-action=start]');