Hello I have the following code :
<template id="assets_backend" name="app_ca assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<!-- All links to CSS and JS files should be added in here. -->
<script
type="text/javascript"
src="/app_ca/static/src/js/index.js">
</script>
<link rel="stylesheet" href="/app_ca/static/src/css/style.css"/>
</xpath>
</template>
But get this error:
Could not get content for /app_catalogue_achat/static/src/css/style.css defined in bundle 'web.assets_backend'.
It works when I used the v9, but not on v11 now...
Can you help me please