feat: Add hippie-script as dependency
Foundation to move all global JavaScript to the new repo.
This commit is contained in:
parent
e39d515b9e
commit
a3eb2250ab
4 changed files with 11 additions and 2 deletions
|
|
@ -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]');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue