Skip to content

Give a warning when a partial is not found

Choose a tag to compare

@cherifGsoul cherifGsoul released this 04 Feb 19:59
· 107 commits to master since this release

This warns the user when a partial is not found, for example:

template = stache('item.stache' ,`<div class="item">"{{> aPartial}}"</div>`);

will display the following warning:

item.stache: 01: Unable to find partial "aPartial".