Closed daniel-franz closed 8 years ago
With the current version and canjs 2.1.x the output is:
can.stache("<div></div>")
instead of
can.view.preloadStringRenderer('templates_example_stache', can.stache("<div></div>"));
Which seems to be caused by 9080e532fa863754bc3d9935fbe8be164876b7b1
actually it only triggers when the file extension is .stache instead of .mustache
With the current version and canjs 2.1.x the output is:
instead of
Which seems to be caused by 9080e532fa863754bc3d9935fbe8be164876b7b1