🔨 chore: Fix liquid code for JS minify
This commit is contained in:
parent
e0bb638fcc
commit
dcab28e22b
2 changed files with 9 additions and 4 deletions
5
dist/index.html
vendored
5
dist/index.html
vendored
|
@ -53,5 +53,10 @@
|
|||
|
||||
</aside>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
TypeError: callback is not a function
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -48,12 +48,12 @@
|
|||
|
||||
</aside>
|
||||
|
||||
{% set js %}
|
||||
{% include 'main.js' %}
|
||||
{% endset %}
|
||||
{% capture js %}
|
||||
{% include 'main.js' %}
|
||||
{% endcapture %}
|
||||
|
||||
<script>
|
||||
{{ js | jsMin | safe }}
|
||||
{{ js | jsMin }}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue