Closed fregante closed 9 years ago
I found a partial workaround for the second one, but it requires a wrapper element
.wrapper.
<?php echo URL::to_asset('a') ?>
Oooohh amazing. This works:
a(href=URL.to_asset('a'))
= URL.to_asset('a')
Currently calls to
FOO::bar()
don't work anywhere:Examples:
I found an ugly workaround for the first one but unfortunately no workaround for the second one: