rip747 / Mustache.cfc

{{ mustache }} for ColdFusion
http://mustache.github.com/
MIT License
46 stars 22 forks source link

Be able to register arbitrary text as a partial name #1

Closed markmandel closed 12 years ago

markmandel commented 12 years ago

Basically in our usage of mustache, we don't want to be creating View.cfc's (too much overhead, little gain), so I've implemented the ability to register a partials (much like how mustache.js does it) at a global, and also at render() time.

Also tidied up some stuff, so it was easier to run your tests via MXUnit in the browser.