How to add a pure javascript compiler plugin server-side when running CFGroovy in Coldfusion?
问题 I'm trying to sell myself to the idea of trying to build enhanced Jquery Mobile markup on the server (running Coldfusion8 ) and then try to use DustJS (Javascript templating engine) to precompile the markup into a js string, which I want to server as a static file. I think I have it down to trying to add the plugin in Coldfusion. Here is what I want to do: Start with a template like this in Coldfusion: <cfsavecontent variable="renderedResults"> <cfoutput> {##person}{root}: {name}, {age}{