mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
wrong directory in js paths fix
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<!-- Libs JS -->
|
||||
{% for lib in site.data.libs %}
|
||||
<script src="{{ site.base }}/{% if jekyll.environment == 'production' %}libs{% else %}node_modules{% endif %}/{{ lib }}?{{ site.date | date: '%s' }}"></script>
|
||||
<script src="{{ site.base }}/{% if jekyll.environment == 'production' %}dist/libs{% else %}node_modules{% endif %}/{{ lib }}?{{ site.date | date: '%s' }}"></script>
|
||||
{% endfor %}
|
||||
|
||||
<!-- Tabler Core -->
|
||||
|
||||
Reference in New Issue
Block a user