1
0
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:
codecalm
2019-10-20 12:24:48 +02:00
parent 09b4883e68
commit 064ca07719
+1 -1
View File
@@ -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 -->