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

有帮助吗?

解决方案

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.

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top