質問

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