I'm filing this here and not in the getBundle repo as I assume it's an issue with WebC's use of the other project. I've got a component with a script tag in it. It gets bundled up fine. In Liquid, I'm trying to use it like so:
<script>
{{ getBundle "js"}}
</script>
This returns an empty string (between the script tags). Yet this deprecated code still works:
I'm filing this here and not in the getBundle repo as I assume it's an issue with WebC's use of the other project. I've got a component with a script tag in it. It gets bundled up fine. In Liquid, I'm trying to use it like so:
This returns an empty string (between the script tags). Yet this deprecated code still works: