Replies: 2 comments
-
I have noticed that this indeed is an issue for the CSS files too. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had applied a previous fix for js files and forgot to include css to. This is fixed in v2.1.6 and commit 7348095 |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi there,
the script tag snippets are being generated with '@' symbol escaped -
After building, I need to go into the dist folder and edit script-tags.liquid from this:
<script type="text/javascript" src="{{ 'vendor%40layout.theme.js' | asset_url }}" defer="defer"></script>
to this:
<script type="text/javascript" src="{{ 'vendor@layout.theme.js' | asset_url }}" defer="defer"></script>
Is this related to shopify-packer and something I can prevent ?
Beta Was this translation helpful? Give feedback.
All reactions