Frage

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

War es hilfreich?

Lösung

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.

Andere Tipps

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top