Hi
I have just noticed an issue with assets for Apps.
We have built 2 different apps that both have are importing app.js and app.css within the schema
{% schema %}
{
"name": "Cookease",
"target": "compliance_head",
"stylesheet": "app.css",
"javascript": "app.js",
}
{% endschema %}
{% schema %}
{
"name": "Seasonly",
"target": "body",
"stylesheet": "app.css",
"javascript": "app.js",
}
{% endschema %}
However, it seems when they are both enable on the same store, you only get one of them loading, and it can be different on each page load.
The CDN links are different, but it only ever loads one of them
I am going to rename the files in one of our apps for now, but this seems like a bug that needs looking into.

