Module io.jstach.opt.jmustache


module io.jstach.opt.jmustache
JMustache extension to JStachio to enable dynamic development of templates.

This extension will use JMustache instead of JStachio for rendering. The idea of this extension is to allow you to edit Mustache templates in real time without waiting for the compile reload cycle.

If this extension is enabled which it is by default if the ServiceLoader finds it JMustache will be used when a runtime filtered rendering call is made (see JStachio).

See JMustacheRenderer.

IF you are using modules you might need to:

 
 opens your.package.with.templates to io.jstach.jstachio, com.samskivert.jmustache;
 
 
Author:
agentgt