Pergunta

I want to compile dust.js template on server for some cases, but i don't have any idea about it. On server use Play framework + Java, so how to compile dust template on server? anybody have ideas ?? please help me solve this problem. thank you

Foi útil?

Solução

You have to get a JavaScript interpreter to compile dust.js templates on the server. You can do it either using Node.js or Rhino or using ScriptEngine included in the JDK. Also refer Scripting: Compiling Scripts in Java 6.

Outras dicas

If you're using Grunt for running build tasks, then you could compile your dust templates on the fly with the dust compiler plugin (below):

https://www.npmjs.org/package/grunt-dust-compiler

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top