twig.js icon indicating copy to clipboard operation
twig.js copied to clipboard

Cache false not working for inline includes

Open ostrojs opened this issue 4 years ago • 2 comments

When a template is used in a page, the modifications are not reflected.

ostrojs avatar Sep 01 '21 04:09 ostrojs

This is true. Setting

// by default Twig.cache(true);

to

Twig.cache(false);

renders includes (and embeds) correctly.

christian-beckmann avatar Jan 03 '22 14:01 christian-beckmann

@ostrojs can you provide an example using this template at a starting point?

willrowe avatar Jun 17 '22 16:06 willrowe